blib/lib/Object/Signature/Portable.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 8 | 75.0 |
line | true | false | branch |
---|---|---|---|
24 | 6 | 4 | if (scalar @_ <= 1) { } |
33 | 0 | 10 | unless ($args{'format'} =~ /^(?:hex|b64u?)digest$/) |
46 | 10 | 0 | if (my $method = $digest->can($args{'format'})) { } |
47 | 1 | 9 | $args{'prefix'} ? : |