| blib/lib/Crypt/Passphrase/System.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 3 | 12 | 25.0 |
| line | true | false | branch |
|---|---|---|---|
| 36 | 0 | 1 | if (defined(my $settings = $args{'settings'})) { } |
| 1 | 0 | elsif (my $type = $args{'type'} // $default) { } | |
| 37 | 0 | 0 | if $settings eq "" |
| 39 | 0 | 0 | unless my($type) = $settings =~ /\A \$ ([^\$]+) \$ /x |
| 40 | 0 | 0 | unless $algorithm{$type} |
| 103 | 1 | 0 | length $self->{'settings'} ? : |