| blib/lib/B/Hooks/AtRuntime/OnlyCoreDependencies.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 8 | 14 | 57.1 |
| line | true | false | branch |
|---|---|---|---|
| 17 | 2 | 0 | if (@_ == 1) { } |
| 0 | 0 | elsif (grep((ref $_ || /^-/), @_)) { } | |
| 49 | 0 | 2 | defined $ENV{'PERL_B_HOOKS_ATRUNTIME'} ? : |
| 51 | 0 | 2 | $USE_FILTER ? : |
| 85 | 14 | 12 | if $new |
| 100 | 0 | 16 | unless my $depth = count_BEGINs() |
| 104 | 13 | 3 | unless ($hk = $Hooks[$depth]) |