Condition Coverage

lib/Crypt/EAMessage.pm
Criterion Covered Total %
condition 17 21 80.9


and 3 conditions

line !l l&&!r l&&r condition
60 25 2 7 $l != 32 and $l != 48
27 5 2 $l != 32 and $l != 48 and $l != 64
74 29 4 9 $l != 16 and $l != 24
33 7 2 $l != 16 and $l != 24 and $l != 32

or 3 conditions

line l !l&&r !l&&!r condition
91 0 0 18 scalar @_ < 1 or scalar @_ > 2
130 2 0 24 exists $opts->{'text'} || $opts->{'text'}
209 2 0 26 exists $opts->{'text'} || $opts->{'text'}