Branch Coverage

blib/lib/Tangerine/hook/tests.pm
Criterion Covered Total %
branch 4 4 100.0


line true false branch
13 1 74 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 71 if (&any(sub { $s->[0] eq $_; } , 'use', 'no') and scalar @$s > 1 and $s->[1] eq 'Test::Requires')