blib/lib/Tangerine/hook/tests.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 4 | 4 | 100.0 |
line | true | false | branch |
---|---|---|---|
13 | 1 | 76 | if (&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 | 3 | 73 | if (&any(sub { $s->[0] eq $_; } , 'use', 'no') and scalar @$s > 1 and $s->[1] eq 'Test::Requires') |