Condition Coverage

blib/lib/Crypt/Elijah.pm
Criterion Covered Total %
condition 18 24 75.0


and 3 conditions

line !l l&&!r l&&r condition
38 1 1 9 defined $_[0] && defined $_[1]
60 0 0 7 defined $_[0] && defined $_[1]

or 3 conditions

line l !l&&r !l&&!r condition
12 1 1 10 not defined $_[0] or ref $_[0]
2 1 9 not defined $_[0] or ref $_[0] or length $_[0] < 12
38 2 1 8 not defined $_[0] && defined $_[1] or ref $_[0]
3 1 7 not defined $_[0] && defined $_[1] or ref $_[0] or not ref $_[1]
60 0 0 7 not defined $_[0] && defined $_[1] or ref $_[0]
0 0 7 not defined $_[0] && defined $_[1] or ref $_[0] or not ref $_[1]