| blib/lib/Crypt/Keyczar/Tool.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 9 | 44.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 32 | 2 | 0 | 0 | not defined $opt->{'asymmetric'} and defined $opt->{'type'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 18 | 1 | 0 | 0 | $writer ||= 'Crypt::Keyczar::FileWriter'->new |
| 32 | 2 | 0 | 2 | defined $opt->{'asymmetric'} || defined $opt->{'type'} |