blib/lib/Tangerine/hook/moduleload.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 4 | 4 | 100.0 |
line | true | false | branch |
---|---|---|---|
13 | 2 | 81 | if (&any(sub { $s->[0] eq $_; } , 'use', 'no') and scalar @$s > 1 and $s->[1] eq 'Module::Load') |
18 | 5 | 5 | if ($self->type eq 'runtime' and &any(sub { $s->[0] eq $_; } , @routines) and scalar @$s > 2) |