Condition Coverage

blib/lib/Text/Clevery/Modifier.pm
Criterion Covered Total %
condition 9 10 90.0


and 3 conditions

line !l l&&!r l&&r condition
97 1 1 1 defined $value && length $value
258 61 1 7 length($line) + length($word) > $length and $word =~ /\S/

or 2 conditions

line l !l condition
106 10 1 $format ||= 'html'
107 0 11 $encoding ||= 'ISO-8859-1'