Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
13 58 0 81 &any(sub { $s->[0] eq $_; } , 'use', 'no') and scalar @$s > 1
58 79 2 &any(sub { $s->[0] eq $_; } , 'use', 'no') and scalar @$s > 1 and $s->[1] eq 'Module::Load'
18 127 5 5 $self->type eq 'runtime' and &any(sub { $s->[0] eq $_; } , @routines)
132 0 5 $self->type eq 'runtime' and &any(sub { $s->[0] eq $_; } , @routines) and scalar @$s > 2