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