Branch Coverage

blib/lib/HTML/FormatData.pm
Criterion Covered Total %
branch 31 46 67.3


line true false branch
85 0 208 if @_ % 2
88 16 192 unless defined $string
89 16 176 if $string eq ''
102 3003 165 unless exists $args{$job}
103 22 143 if ($job =~ /^truncate/) { }
364 0 33 if @_ % 2
373 11 22 if ($args{'keep_all_breaks'}) { }
11 11 elsif ($args{'keep_full_breaks'}) { }
463 9 2 if (length $string > $count)
483 11 0 if ($count > 3)
484 9 2 if (length $string > $count)
588 0 2 unless $string
590 0 2 if ($string eq 'now')
594 0 2 if ($string eq 'today')
598 0 2 unless $format
600 0 2 if $format eq 'date8'
601 0 2 if $format eq 'date14'
602 0 2 if $format eq 'rfc822'
604 0 2 if ($format eq '%s') { }
635 0 5 unless ref $dt eq 'DateTime'
637 0 5 if $format eq 'date8'
638 0 5 if $format eq 'date14'
639 0 5 if $format eq 'rfc822'