Condition Coverage

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


and 2 conditions

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

or 2 conditions

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

or 3 conditions

line l !l&&r !l&&!r condition
39 0 1 2 $$args{'symmetric_cipher'} or not %{$args;}
57 1 1 1 $$args{'digest'} or not %{$args;}
74 1 1 1 $$args{'mac'} or not %{$args;}