Branch Coverage

blib/lib/Text/Flowed.pm
Criterion Covered Total %
branch 8 16 50.0


line true false branch
48 3 0 if (not $$args{'fixed'} or $$args{'fixed'} == 1 and $num_quotes)
63 1 2 if $$args{'quote'}
65 0 3 if (not $line) { }
3 0 elsif (length($line) + $num_quotes <= $$args{'max_length'} - 1) { }
81 0 0 if (length $line <= $$args{'opt_length'}) { }
0 0 elsif ($line =~ /^(.{$min,$opt1}) (.*)/ or $line =~ /^(.{$min,$max1}) (.*)/ or $line =~ /^(.{$min,})? (.*)/) { }
138 0 6 if $line =~ /^ *$/
156 3 3 if ($text =~ /^ / or $text =~ /^>/ or $text =~ /^From / or $num_quotes > 0)