blib/lib/PGP/Sign.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 14 | 71.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
154 | 2 | 16 | 1 | $style ne 'GPG' and $style ne 'GPG1' |
352 | 0 | 9 | 9 | @signature and $signature[0] ne '' |
line | l | !l | condition |
---|---|---|---|
153 | 17 | 2 | $args_ref->{'style'} || 'GPG' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
159 | 17 | 1 | 0 | $args_ref->{'path'} // lc $style |
228 | 0 | 0 | 512 | ref $source eq 'GLOB' or ref \$source eq 'GLOB' |