blib/lib/Devel/StackTrace/AsHTMLExtended.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 11 | 36.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
86 | 1 | 0 | 0 | $next_frame and $next_frame->subroutine |
168 | 1 | 0 | 0 | $frame and $frame->args |
line | l | !l | condition |
---|---|---|---|
38 | 0 | 1 | $opt{'max_dump_size'} ||= 262144 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
40 | 0 | 1 | 0 | $opt{'msg'} // encode_html($trace->frame(0)->as_string(1)) |