| blib/lib/Crypt/CBCeasy.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 0 | 21 | 0.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 35 | 0 | 0 | 0 | $op and $op =~ /^(encipher|decipher)$/i | 
| 38 | 0 | 0 | 0 | UNIVERSAL::isa($from, 'GLOB') || UNIVERSAL::isa(\$from, 'GLOB') and defined fileno $from | 
| 0 | 0 | 0 | -e $from and -r _ | |
| 0 | 0 | 0 | -e $from and not -r _ | |
| 84 | 0 | 0 | 0 | UNIVERSAL::isa($to, 'GLOB') || UNIVERSAL::isa(\$to, 'GLOB') and defined fileno $to | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 38 | 0 | 0 | 0 | UNIVERSAL::isa($from, 'GLOB') || UNIVERSAL::isa(\$from, 'GLOB') | 
| 84 | 0 | 0 | 0 | UNIVERSAL::isa($to, 'GLOB') || UNIVERSAL::isa(\$to, 'GLOB') |