Condition Coverage

blib/lib/Mail/Mbox/MessageParser/Perl.pm
Criterion Covered Total %
condition 10 12 83.3


and 3 conditions

line !l l&&!r l&&r condition
80 3508 2002 659 eof $self->{'file_handle'} && $self->{'END_OF_EMAIL'} == length $self->{'READ_BUFFER'}
192 3710 0 1680 index($end_of_string, "$endline$endline") == -1 and $backup_amount < $self->{'END_OF_EMAIL'} - $self->{'START_OF_EMAIL'}

or 3 conditions

line l !l&&r !l&&!r condition
257 448 227 0 $content_type_header =~ /boundary *= *"([^"]*)"/i or $content_type_header =~ m[boundary *= *([-0-9A-Za-z'()+_,./:=? ]*[-0-9A-Za-z'()+_,./:=?])]i
336 432 358 3047 not defined pos $self->{'READ_BUFFER'} or pos($self->{'READ_BUFFER'}) - $backup <= 0