blib/lib/Tangerine/hook/tests.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 12 | 83.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
13 | 53 | 0 | 75 | &any(sub { $s->[0] eq $_; } , 'use', 'no') and scalar @$s > 1 |
53 | 74 | 1 | &any(sub { $s->[0] eq $_; } , 'use', 'no') and scalar @$s > 1 and &any(sub { $s->[1] eq $_; } , 'Test::Inter', 'Test::Modern', 'Test::More', 'Test::Strict') | |
20 | 53 | 0 | 74 | &any(sub { $s->[0] eq $_; } , 'use', 'no') and scalar @$s > 1 |
53 | 71 | 3 | &any(sub { $s->[0] eq $_; } , 'use', 'no') and scalar @$s > 1 and $s->[1] eq 'Test::Requires' |