blib/lib/Tangerine/hook/moduleload.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 12 | 83.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
12 | 62 | 0 | 87 | &any(sub { $s->[0] eq $_; } , 'use', 'no') and scalar @$s > 1 |
62 | 85 | 2 | &any(sub { $s->[0] eq $_; } , 'use', 'no') and scalar @$s > 1 and $s->[1] eq 'Module::Load' | |
17 | 137 | 5 | 5 | $self->type eq 'runtime' and &any(sub { $s->[0] eq $_; } , @routines) |
142 | 0 | 5 | $self->type eq 'runtime' and &any(sub { $s->[0] eq $_; } , @routines) and scalar @$s > 2 |