OLGKAD / sef18group15-coverage

Algorithms and Data Structures implemented in Java
Apache License 2.0
0 stars 0 forks source link

compute CC of BinaryHeapArray::heapDown() and document the purpose of each branch (in comments) #1

Closed OLGKAD closed 6 years ago

OLGKAD commented 6 years ago

The answer I get is different from Clover's. Can someone manually recalculate the CC of heapDown() to compare the results?

pwnttm commented 6 years ago

Computed it manually, got a result differing abit from my output from lizard what did clover show?

OLGKAD commented 6 years ago

@pwnttm, Clover returned 41, while I got 38.