Condition Coverage

blib/lib/Mojolicious/Plugin/Crypto.pm
Criterion Covered Total %
condition 9 13 69.2


and 2 conditions

line l !l condition
43 0 0 warn qq[Loading "$module" failed: $e] and next

or 2 conditions

line l !l condition
36 3 0 $args ||= {}

or 3 conditions

line l !l&&r !l&&!r condition
40 0 1 2 $$args{'symmetric_cipher'} or not %{$args;}
58 1 1 1 $$args{'digest'} or not %{$args;}
75 1 1 1 $$args{'mac'} or not %{$args;}