blib/lib/PGP/Mail.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 15 | 20 | 75.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
104 | 0 | 23 | 5 | defined $line and $line =~ /^$/ |
217 | 50 | 4 | 2 | $state eq 'before' and $line eq "--$bound\n" |
28 | 24 | 2 | $state eq 'data' and $line eq "--$bound\n" | |
28 | 22 | 2 | $state eq 'sig' and $line eq "--$bound--\n" |
line | l | !l | condition |
---|---|---|---|
95 | 5 | 0 | shift() || {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
48 | 0 | 5 | 0 | ref $class || $class |
146 | 2 | 0 | 3 | $$self{'PGPTEXT'} or $$self{'PGPMIME'} |