| blib/lib/Perl/PrereqScanner/Lite/Scanner/Moose.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 21 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 11 | 0 | 0 | 0 | $token_type == 122 and $token_data eq 'extends' || $token_data eq 'with' |
| 42 | 0 | 0 | 0 | $c->{'is_in_moose_inherited_reglist'} and not $c->{'does_exist_moose_garbage'} |
| 65 | 0 | 0 | 0 | $token_type == 172 || $token_type == 173 and not $c->{'does_exist_moose_garbage'} |
| 75 | 0 | 0 | 0 | $token_type == 172 || $token_type == 173 and not $c->{'does_exist_moose_garbage'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 11 | 0 | 0 | 0 | $token_data eq 'extends' || $token_data eq 'with' |
| 65 | 0 | 0 | 0 | $token_type == 172 || $token_type == 173 |
| 75 | 0 | 0 | 0 | $token_type == 172 || $token_type == 173 |