Condition Coverage

blib/lib/Mail/Mbox/MessageParser/Grep.pm
Criterion Covered Total %
condition 0 15 0.0


and 3 conditions

line !l l&&!r l&&r condition
92 0 0 0 eof $self->{'file_handle'} && $self->{'END_OF_EMAIL'} == length $self->{'READ_BUFFER'}
119 0 0 0 defined $self->{'file_name'} and _ENTRY_STILL_VALID($self->{'file_name'})
216 0 0 0 index($end_of_string, "$endline$endline") == -1 and $backup_amount < $self->{'END_OF_EMAIL'}

or 3 conditions

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