Condition Coverage

blib/lib/Tangerine/hook/tests.pm
Criterion Covered Total %
condition 10 12 83.3


and 3 conditions

line !l l&&!r l&&r condition
13 55 0 77 &any(sub { $s->[0] eq $_; } , 'use', 'no') and scalar @$s > 1
55 76 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 55 0 76 &any(sub { $s->[0] eq $_; } , 'use', 'no') and scalar @$s > 1
55 73 3 &any(sub { $s->[0] eq $_; } , 'use', 'no') and scalar @$s > 1 and $s->[1] eq 'Test::Requires'