Condition Coverage

blib/lib/MIME/Parser/Reader.pm
Criterion Covered Total %
condition 17 27 62.9


and 3 conditions

line !l l&&!r l&&r condition
249 2191 994 0 $thx and $th{$_}
261 0 0 0 $thx and $th{$_}
275 0 0 0 $thx and $th{$_}
287 0 0 0 $thx and $th{$_}
296 102 23 16 $keep_newline && $last =~ /^[\r\n]\z/
199 16 125 $eos =~ /^(DELIM|CLOSE)/ and not $keep_newline && $last =~ /^[\r\n]\z/

or 2 conditions

line l !l condition
224 39 301 $keep_newline ||= 0
226 169 171 $normalize_newlines ||= 0
300 307 33 $eos || 'EOF'

or 3 conditions

line l !l&&r !l&&!r condition
186 245 95 343 $fh->isa('IO::File') or $fh->isa('IO::Handle')