-
Notifications
You must be signed in to change notification settings - Fork 0
Manually instrument 10 functions with high CC #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm gonna call dibs on the function index 0 (instrumentation point indexes 0-99) for Matrix.add to test instrumentation on! |
I will do one test for Matrix.compare() line:27 - 57 and Dijkstra::getShortestPath line:57 - 134. |
I'm taking |
Ill do BinarySearchTree:getDFS with indexes 300-399! |
I will take BinaryHeapArray::validateNode (index 400->499) and BinaryHeapTree::validateNode (index 500->599). |
Implement instrumentation for Matrix.add #3
Implement instrumentation of BinarySearchTree.getDFS #3
Ok @hanzhsun @ChangGabriel I'll do instrumentation for your functions now! As well as for two functions for @pandaseal |
Ill call indexes 6 (600-699) and 7 (700-799) for @ChangGabriel's functions and 8 and 9 for @pandaseal's functions |
@pandaseal gets KdTree.searchNode and SuffixTree:TreePrinter:getString! |
Add instrumentation for FenwickTree::combined & FenwickTree:separate #3
I will write tests for |
The function should have a CC > 10 and have bad test coverage.
Write 2 tests each, preferably for 2 different functions (among these 10!).
The text was updated successfully, but these errors were encountered: