blib/lib/Tangerine/hook/moduleruntime.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 12 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
14 | 60 | 0 | 82 | &any(sub { $s->[0] eq $_; } , 'use', 'no') and scalar @$s > 1 |
60 | 80 | 2 | &any(sub { $s->[0] eq $_; } , 'use', 'no') and scalar @$s > 1 and $s->[1] eq 'Module::Runtime' | |
21 | 137 | 0 | 3 | $self->type eq 'runtime' and &any(sub { my $f = $_; &any(sub { $_ eq $f; } , @$s); } , @routines) |
26 | 0 | 0 | 9 | $clip <= $#$s and $clip < 3 |