Branch Coverage

blib/lib/Devel/Trace/Subs/Text.pm
Criterion Covered Total %
branch 15 20 75.0


line true false branch
24 4 9 if ($want and $want eq 'stack') { }
4 5 elsif ($want and $want eq 'flow') { }
28 3 1 if ($file) { }
30 0 3 unless $template->process(\$stack_tpl, {"stack", $data}, $file)
37 0 1 unless $template->process(\$stack_tpl, {"stack", $data})
47 3 1 if ($file) { }
49 0 3 unless $template->process(\$flow_tpl, {"flow", $data}, $file)
56 0 1 unless $template->process(\$flow_tpl, {"flow", $data})
65 4 1 if ($file) { }
67 0 4 unless $template->process(\$all_tpl, $data, $file)