blib/lib/Devel/Trace/More.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 5 | 14 | 35.7 |
line | true | false | branch |
---|---|---|---|
66 | 0 | 0 | unless $TRACE |
73 | 0 | 0 | defined $$code[$l] ? : |
76 | 0 | 0 | if $OUT and &$IS_INTERESTING($p, $f, $l, $code_line) |
107 | 1 | 2 | if (uc ref $filter eq 'REGEXP') { } |
1 | 1 | elsif (uc ref $filter eq 'CODE') { } | |
1 | 0 | elsif (not ref $filter) { } | |
154 | 0 | 0 | unless open $OUT, $mode, $filename |