blib/lib/App/Spoor/ParsedEntryWriter.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 36 | 36 | 100.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
71 | 11 | 1 | 2 | $event eq 'login' and $status eq 'success' |
12 | 1 | 1 | $event eq 'login' and $status eq 'success' and $context eq 'mailbox' | |
10 | 1 | 2 | $event eq 'forward_added_partial_ip' and $status eq 'success' | |
11 | 1 | 1 | $event eq 'forward_added_partial_ip' and $status eq 'success' and $context eq 'mailbox' | |
8 | 1 | 3 | $event eq 'forward_added_partial_recipient' and $status eq 'success' | |
9 | 1 | 2 | $event eq 'forward_added_partial_recipient' and $status eq 'success' and $forward_type eq 'email' | |
2 | 1 | 1 | $event eq 'forward_added_partial_recipient' and $status eq 'success' and $forward_type eq 'email' and $context eq 'mailbox' | |
8 | 1 | 2 | $event eq 'forward_removed' and $status eq 'success' | |
9 | 1 | 1 | $event eq 'forward_removed' and $status eq 'success' and $context eq 'mailbox' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
71 | 1 | 1 | 12 | $event eq 'login' and $status eq 'success' and $context eq 'mailbox' or $event eq 'forward_added_partial_ip' and $status eq 'success' and $context eq 'mailbox' |
1 | 1 | 11 | $event eq 'login' and $status eq 'success' and $context eq 'mailbox' or $event eq 'forward_added_partial_ip' and $status eq 'success' and $context eq 'mailbox' or $event eq 'forward_added_partial_recipient' and $status eq 'success' and $forward_type eq 'email' and $context eq 'mailbox' | |
1 | 1 | 10 | $event eq 'login' and $status eq 'success' and $context eq 'mailbox' or $event eq 'forward_added_partial_ip' and $status eq 'success' and $context eq 'mailbox' or $event eq 'forward_added_partial_recipient' and $status eq 'success' and $forward_type eq 'email' and $context eq 'mailbox' or $event eq 'forward_removed' and $status eq 'success' and $context eq 'mailbox' |