| blib/lib/PGP/Sign.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 11 | 17 | 64.7 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 154 | 763 | 0 | 0 | not defined $written and $! != 11 | 
| 184 | 2 | 17 | 1 | $style ne 'GPG' and $style ne 'GPG1' | 
| 390 | 0 | 10 | 10 | @signature and $signature[0] ne '' | 
| line | l | !l | condition | 
|---|---|---|---|
| 183 | 18 | 2 | $args_ref->{'style'} || 'GPG' | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 189 | 18 | 1 | 0 | $args_ref->{'path'} // lc $style | 
| 258 | 0 | 0 | 514 | ref $source eq 'GLOB' or ref \$source eq 'GLOB' |