blib/lib/Devel/CodeObserver.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 11 | 18 | 61.1 |
line | true | false | branch |
---|---|---|---|
18 | 0 | 3 | @_ == 1 ? : |
36 | 3 | 0 | unless (null($root)) |
38 | 2 | 21 | if (need_hook($_)) |
64 | 2 | 21 | if $op->name eq 'entersub' |
65 | 0 | 21 | if $op->name eq 'padsv' |
66 | 0 | 21 | if $op->name eq 'aelem' |
67 | 0 | 21 | if $op->name eq 'helem' |
68 | 0 | 21 | if $op->name eq 'null' and ppname($op->targ) eq 'pp_rv2sv' |
79 | 0 | 3 | @_ == 1 ? : |