| blib/lib/Crypt/Age.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 9 | 16 | 56.2 |
| line | true | false | branch |
|---|---|---|---|
| 26 | 0 | 8 | unless ref $recipients eq "ARRAY" |
| 27 | 1 | 7 | unless @$recipients |
| 50 | 0 | 8 | unless ref $identities eq "ARRAY" |
| 51 | 0 | 8 | unless @$identities |
| 77 | 0 | 1 | unless open my $in_fh, "<:raw", $input |
| 87 | 0 | 1 | unless open my $out_fh, ">:raw", $output |
| 102 | 0 | 1 | unless open my $in_fh, "<:raw", $input |
| 112 | 0 | 1 | unless open my $out_fh, ">:raw", $output |