| lib/Devel/Trepan/DB/Backtrace.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 23 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 72 | 0 | 0 | 0 | 'DB' eq $pkg and $db_fn eq $fn |
| 97 | 0 | 0 | 0 | $i <= $count and ($pkg, $file, $line, $fn, $hasargs, $wantarray, $evaltext, $is_require) = caller $i |
| 105 | 0 | 0 | 0 | $pkg eq 'DB' and $fn eq 'sub' || $fn eq 'lsub' || $file =~ m[Devel/Trepan/DB/Sub\.pm$] |
| 111 | 0 | 0 | 0 | $nothard and tied $arg |
| 0 | 0 | 0 | $nothard and $type = ref $arg |
| line | l | !l | condition |
|---|---|---|---|
| 59 | 0 | 0 | $scan_for_DB_sub ||= 1 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 72 | 0 | 0 | 0 | "DB::$db_fn" eq $fn or 'DB' eq $pkg and $db_fn eq $fn |
| 105 | 0 | 0 | 0 | $fn eq 'sub' || $fn eq 'lsub' || $file =~ m[Devel/Trepan/DB/Sub\.pm$] |