blib/lib/Perl/PrereqScanner/Lite/Scanner/Moose.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 19 | 21 | 90.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
11 | 169 | 8 | 28 | $token_type == 122 and $token_data eq 'extends' || $token_data eq 'with' |
42 | 102 | 0 | 8 | $c->{'is_in_moose_inherited_reglist'} and not $c->{'does_exist_moose_garbage'} |
65 | 11 | 0 | 12 | $token_type == 172 || $token_type == 173 and not $c->{'does_exist_moose_garbage'} |
75 | 45 | 4 | 20 | $token_type == 172 || $token_type == 173 and not $c->{'does_exist_moose_garbage'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
11 | 20 | 9 | 7 | $token_data eq 'extends' || $token_data eq 'with' |
65 | 4 | 8 | 11 | $token_type == 172 || $token_type == 173 |
75 | 12 | 12 | 45 | $token_type == 172 || $token_type == 173 |