| blib/lib/Test2/Tools/PerlCritic/Util.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 11 | 54.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 24 | 0 | 1 | 8 | is_blessed_ref($config) and $config->isa("Perl::Critic") |
| 25 | 0 | 0 | 9 | is_blessed_ref($config) and $config->isa("Perl::Critic::Config") |
| line | l | !l | condition |
|---|---|---|---|
| 45 | 71 | 0 | $policy->VERSION // "" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 23 | 8 | 1 | 0 | $config //= "Perl::Critic"->new |