blib/lib/Email/Date.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 9 | 77.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
26 | 1 | 0 | 4 | $date and length $date |
32 | 2 | 0 | 1 | defined $_[0] and length $_[0] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
22 | 3 | 1 | 1 | $email->get_header('Date') || _find_date_received($email->get_header('Received')) || $email->get_header('Resent-Date') |