Branch Coverage

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


line true false branch
42 0 5 unless ($reftype)
44 0 0 if ($output ne '-')
46 0 0 unless open $fh, '>', $output
49 0 0 unless binmode $fh, ':raw'
55 0 0 unless @_
58 0 5 if $reftype eq 'GLOB'
61 10 75 unless @_
64 5 0 if $reftype eq 'ARRAY'
67 0 0 unless @_
70 0 0 if &blessed($output)
73 0 0 unless @_
76 0 0 if $reftype eq 'CODE'
92 75 0 if (@keys)
113 10 30 if $i >= $sup
142 0 5 unless my $output = $self->output->()
149 0 5 unless my $output = $self->output->()