| blib/lib/Devel/Calltree.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 16 | 23 | 69.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 80 | 2378 | 0 | 80 | $op->name eq 'gv' and $op->next |
| 2378 | 70 | 10 | $op->name eq 'gv' and $op->next and $op->next->name eq 'entersub' | |
| 108 | 2384 | 0 | 64 | $op->name eq 'method_named' and $op->next |
| 2384 | 0 | 64 | $op->name eq 'method_named' and $op->next and $op->next->name eq 'entersub' | |
| 178 | 0 | 40 | 2210 | /$patbad/o and not /$patgood/o |
| line | l | !l | condition |
|---|---|---|---|
| 93 | 8 | 0 | $pkg ||= '??' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 87 | 8 | 0 | 2 | $op->gv->STASH->NAME eq $name or $op->gv->STASH->NAME eq 'main' |
| 121 | 4 | 16 | 0 | funcs($$calls{$caller}) or not $OPT{-'filter_empty'} |