blib/lib/Mojolicious/Plugin/Crypto.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 13 | 69.2 |
line | l | !l | condition |
---|---|---|---|
43 | 0 | 0 | warn qq[Loading "$module" failed: $e] and next |
line | l | !l | condition |
---|---|---|---|
36 | 3 | 0 | $args ||= {} |
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;} |