blib/lib/Devel/MAT/Tool/Callers.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 20 | 0.0 |
line | true | false | branch |
---|---|---|---|
67 | 0 | 0 | if ($_ eq 'SUB') { } |
0 | 0 | elsif ($_ eq 'TRY') { } | |
0 | 0 | elsif ($_ eq 'EVAL') { } | |
93 | 0 | 0 | unless $ctx->type eq "SUB" |
95 | 0 | 0 | unless my $args = $ctx->args |
111 | 0 | 0 | unless (my $depth = $ctx->depth) > -1 |
114 | 0 | 0 | if ($opts{'pad'}) { } |
124 | 0 | 0 | unless my $self_padix = $cv->padix_from_padname($name) |
127 | 0 | 0 | if (my $sv = $pad->elem($self_padix)) { } |
143 | 0 | 0 | unless $doneargs |