Branch Coverage

blib/lib/Data/Crumbr/Default.pm
Criterion Covered Total %
branch 10 32 31.2


line true false branch
41 0 5 unless ($reftype)
43 0 0 if ($output ne '-')
45 0 0 unless open $fh, '>', $output
48 0 0 unless binmode $fh, ':raw'
54 0 0 unless @_
57 0 5 if $reftype eq 'GLOB'
60 10 75 unless @_
63 5 0 if $reftype eq 'ARRAY'
66 0 0 unless @_
69 0 0 if &blessed($output)
72 0 0 unless @_
75 0 0 if $reftype eq 'CODE'
91 75 0 if (@keys)
112 10 30 if $i >= $sup
141 0 5 unless my $output = $self->output->()
148 0 5 unless my $output = $self->output->()