Branch Coverage

blib/lib/Devel/Trace/Subs.pm
Criterion Covered Total %
branch 26 34 76.4


line true false branch
27 1 13 unless $ENV{'DTS_ENABLE'}
54 1 12 if ($flush_flow)
58 1 12 if (defined wantarray)
64 1 10 unless ($ENV{'DTS_PID'})
77 3 7 if ($want and $want eq "stack")
78 1 2 if ($out_type and $out_type eq 'html') { }
93 3 7 if ($want and $want eq "flow")
94 1 2 if ($out_type and $out_type eq 'html') { }
109 4 6 if (not $want)
110 1 3 if ($out_type and $out_type eq 'html') { }
134 0 0 if $ENV{'EVAL_TEST'}
136 0 0 if ($@)
173 0 0 if $ENV{'EVAL_TEST'}
175 0 0 if ($@)
214 34 4 if (-f $store) { }
221 24 14 unless $data
229 2 1 if $ENV{'DTS_STORE'}