line |
l |
!l&&r |
!l&&!r |
condition |
36
|
0 |
3 |
0 |
$$args{'max_length'} ||= $Text::Flowed::MAX_LENGTH |
37
|
0 |
3 |
0 |
$$args{'opt_length'} ||= $Text::Flowed::OPT_LENGTH |
48
|
2 |
0 |
1 |
not $$args{'fixed'} or $$args{'fixed'} == 1 and $num_quotes |
81
|
0 |
0 |
0 |
$line =~ /^(.{$min,$opt1}) (.*)/ or $line =~ /^(.{$min,$max1}) (.*)/ |
|
0 |
0 |
0 |
$line =~ /^(.{$min,$opt1}) (.*)/ or $line =~ /^(.{$min,$max1}) (.*)/ or $line =~ /^(.{$min,})? (.*)/ |
156
|
0 |
0 |
6 |
$text =~ /^ / or $text =~ /^>/ |
|
0 |
1 |
5 |
$text =~ /^ / or $text =~ /^>/ or $text =~ /^From / |
|
1 |
2 |
3 |
$text =~ /^ / or $text =~ /^>/ or $text =~ /^From / or $num_quotes > 0 |