line |
!l |
l&&!r |
l&&r |
condition |
82
|
0 |
0 |
0 |
$error eq 'Not a mailbox' && $options->{'force_processing'} |
|
479 |
0 |
0 |
defined $error and not $error eq 'Not a mailbox' && $options->{'force_processing'} |
|
0 |
0 |
0 |
$error =~ /Found a mix of unix and Windows line endings/ && $options->{'force_processing'} |
|
479 |
0 |
0 |
defined $error and not $error eq 'Not a mailbox' && $options->{'force_processing'} and not $error =~ /Found a mix of unix and Windows line endings/ && $options->{'force_processing'} |
120
|
0 |
463 |
16 |
not defined $self and $options->{'enable_grep'} |
232
|
0 |
317 |
0 |
not eof $file_handle and $file_type ne 'mailbox' |
354
|
447 |
32 |
649 |
index($test_chars, "\n\n") == -1 and index($test_chars, "\r\n\r\n") == -1 |
359
|
0 |
0 |
649 |
defined $readResult and $readResult != 0 |
366
|
0 |
0 |
0 |
index($test_chars, "\n\n") == -1 and index($test_chars, "\r\n\r\n") == -1 |
386
|
0 |
0 |
635 |
defined $readResult and $readResult != 0 |
402
|
0 |
0 |
62 |
ord substr($test_chars, 0, 1) == 31 and ord substr($test_chars, 1, 1) == 139 |
404
|
0 |
0 |
0 |
ord substr($test_chars, 0, 1) == 31 and ord substr($test_chars, 1, 1) == 157 |
440
|
479 |
0 |
479 |
index($test_chars, "\n") == -1 and index($test_chars, "\r\n") == -1 |
445
|
0 |
0 |
479 |
defined $readResult and $readResult != 0 |
452
|
0 |
0 |
0 |
index($test_chars, "\n") == -1 and index($test_chars, "\r\n") == -1 |
472
|
0 |
0 |
479 |
defined $readResult and $readResult != 0 |
493
|
447 |
0 |
32 |
$windows_count > 0 and $unix_count == 0 |
|
0 |
0 |
447 |
$windows_count == 0 and $unix_count > 0 |
710
|
0 |
0 |
479 |
$$test_characters =~ /$Mail::Mbox::MessageParser::Config{'from_pattern'}/im and $$test_characters =~ /^(Received[ :]|Date:|Subject:|X-Status:|Status:|To:)/ms |
914
|
0 |
60 |
0 |
$] >= 5.006 and $] < 5.008 |
916
|
60 |
0 |
0 |
$header_name =~ /^From$/i and $$email_header =~ /^((?:From\s|X-From-Line:|X-Draft-From:).*$endline(\s.*$endline)*)/im |
929
|
30 |
0 |
0 |
lc $header_name eq 'from ' and $$email_header =~ /^(From\s.*$endline(\s.*$endline)*)/im |