Branch Coverage

blib/lib/App/RecordStream/Operation/toprettyprint.pm
Criterion Covered Total %
branch 15 26 57.6


line true false branch
30 5 0 unless ($key_groups->has_any_group)
37 0 0 $aligned =~ /^l(eft)?$/i ? :
0 5 if defined $aligned
46 5 5 if (defined $limit)
47 1 4 if ($limit == 0)
55 0 9 if ($this->{'ALIGNED'})
59 0 0 if $width > $this->{'FORMAT_KEY_WIDTH'}
62 0 0 if $this->{'ALIGNED'} eq 'left'
77 25 0 unless $this->{'FORMAT_KEY_WIDTH'}
89 3 22 if (ref $value eq 'HASH' and $this->{'NESTED_OUTPUT'}) { }
1 21 elsif (ref $value eq 'ARRAY') { }
90 2 1 if (scalar keys %$value > 0) { }
99 1 0 if (scalar @$value > 0) { }