| Conditions | 1 |
| Paths | 1 |
| Total Lines | 50 |
| Code Lines | 46 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 11 | public function allForStructures() |
||
| 12 | { |
||
| 13 | return [ |
||
| 14 | 'name', |
||
| 15 | 'length', |
||
| 16 | 'vocabulary', |
||
| 17 | 'volume', |
||
| 18 | 'difficulty', |
||
| 19 | 'effort', |
||
| 20 | 'level', |
||
| 21 | 'bugs', |
||
| 22 | 'time', |
||
| 23 | 'intelligentContent', |
||
| 24 | 'number_operators', |
||
| 25 | 'number_operands', |
||
| 26 | 'number_operators_unique', |
||
| 27 | 'number_operands_unique', |
||
| 28 | 'ccn', |
||
| 29 | 'ccnMethodMax', |
||
| 30 | 'kanDefect', |
||
| 31 | 'mi', |
||
| 32 | 'mIwoC', |
||
| 33 | 'commentWeight', |
||
| 34 | 'externals', |
||
| 35 | 'parents', |
||
| 36 | 'lcom', |
||
| 37 | 'relativeStructuralComplexity', |
||
| 38 | 'relativeDataComplexity', |
||
| 39 | 'relativeSystemComplexity', |
||
| 40 | 'totalStructuralComplexity', |
||
| 41 | 'totalDataComplexity', |
||
| 42 | 'totalSystemComplexity', |
||
| 43 | 'cloc', |
||
| 44 | 'loc', |
||
| 45 | 'lloc', |
||
| 46 | 'methods', |
||
| 47 | 'nbMethodsIncludingGettersSetters', |
||
| 48 | 'nbMethods', |
||
| 49 | 'nbMethodsPrivate', |
||
| 50 | 'nbMethodsPublic', |
||
| 51 | 'nbMethodsGetter', |
||
| 52 | 'nbMethodsSetters', |
||
| 53 | 'afferentCoupling', |
||
| 54 | 'efferentCoupling', |
||
| 55 | 'instability', |
||
| 56 | 'depthOfInheritanceTree', |
||
| 57 | 'pageRank', |
||
| 58 | |||
| 59 | ]; |
||
| 60 | } |
||
| 61 | } |