Branch Coverage

blib/lib/Data/Freq.pm
Criterion Covered Total %
branch 16 42 38.1


line true false branch
480 0 17 blessed $_ && $_->isa('Data::Freq::Field') ? :
481 6 7 @_ ? :
485 0 13 if $@
523 0 233 unless defined $value
592 0 4 if (openhandle $_) { }
0 4 elsif (ref $_ eq 'HASH') { }
603 0 4 defined $$opt{'indent'} ? :
604 0 4 defined $$opt{'prefix'} ? :
605 0 4 defined $$opt{'separator'} ? :
606 0 4 $$opt{'with_root'} ? :
607 0 4 $$opt{'no_padding'} ? :
608 0 4 $$opt{'transpose'} ? :
610 0 4 unless ($callback)
611 0 0 $with_root ? :
617 0 0 if ($with_root or $node->depth > 0)
618 0 0 $with_root ? :
624 0 0 if ($field and my $aggregate = $field->aggregate) { }
630 0 0 if ($transpose) { }
0 0 elsif ($no_padding) { }
640 0 0 if ($transpose) { }
718 6 18 if ($field)