1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
RUN: pmccabe -X -vt test026
Modified McCabe Cyclomatic Complexity
| Traditional McCabe Cyclomatic Complexity
| | # Statements in function
| | | First line of function
| | | | # lines in function
| | | | | filename(definition line number):function
| | | | | |
1 1 1 49 3 test026(49): Tinsel::TinselEngine::getGameID
1 1 1 53 3 test026(53): Tinsel::TinselEngine::getFeatures
1 1 1 57 3 test026(57): Tinsel::TinselEngine::getLanguage
1 1 1 61 3 test026(61): Tinsel::TinselEngine::getPlatform
1 1 1 65 3 test026(65): Tinsel::TinselEngine::getVersion
1 1 1 107 1 test026(107): TinselMetaEngine::TinselMetaEngine
1 1 1 109 3 test026(109): TinselMetaEngine::getName
1 1 1 113 3 test026(113): TinselMetaEngine::getOriginalCopyright
3 3 1 126 6 test026(126): TinselMetaEngine::hasFeature
1 1 1 133 8 test026(133): Tinsel::TinselEngine::hasFeature
3 3 22 146 30 test026(146): TinselMetaEngine::listSaves
2 2 4 177 7 test026(177): TinselMetaEngine::createInstance
38 38 109 197 155 test026(197): TinselMetaEngine::fallbackDetect
1 1 1 353 1 test026(353): TinselMetaEngine::getMaximumSaveSlot
1 1 5 355 8 test026(355): TinselMetaEngine::removeSaveState
4 4 14 372 42 test026(372): Tinsel::TinselEngine::loadGameState
61 61 182 n/a 425 Total
RUN: pmccabe -X -vnt test026
CSL PCT NCSL PCT TOTAL FILENAME
155 36 270 64 425 test026
155 36 270 64 425 (total files: 1)
RUN: pmccabe -x -vt test026
Modified McCabe Cyclomatic Complexity
| Traditional McCabe Cyclomatic Complexity
| | # Statements in function
| | | First line of function
| | | | # lines in function
| | | | | filename(definition line number):function
| | | | | |
1 1 1 49 3 test026(49): Tinsel::TinselEngine::getGameID
1 1 1 53 3 test026(53): Tinsel::TinselEngine::getFeatures
1 1 1 57 3 test026(57): Tinsel::TinselEngine::getLanguage
1 1 1 61 3 test026(61): Tinsel::TinselEngine::getPlatform
1 1 1 65 3 test026(65): Tinsel::TinselEngine::getVersion
1 1 1 107 1 test026(107): TinselMetaEngine::TinselMetaEngine
1 1 1 109 3 test026(109): TinselMetaEngine::getName
1 1 1 113 3 test026(113): TinselMetaEngine::getOriginalCopyright
3 3 1 126 6 test026(126): TinselMetaEngine::hasFeature
2 2 1 133 8 test026(133): Tinsel::TinselEngine::hasFeature
3 3 22 146 30 test026(146): TinselMetaEngine::listSaves
2 2 4 177 7 test026(177): TinselMetaEngine::createInstance
38 38 109 197 155 test026(197): TinselMetaEngine::fallbackDetect
1 1 1 353 1 test026(353): TinselMetaEngine::getMaximumSaveSlot
1 1 5 355 8 test026(355): TinselMetaEngine::removeSaveState
4 4 14 372 42 test026(372): Tinsel::TinselEngine::loadGameState
1 1 6 416 8 test026(416): Tinsel::TinselEngine::saveGameState
63 63 189 n/a 425 Total
|