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