blib/lib/File/Cat.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 4 | 8 | 50.0 |
line | true | false | branch |
---|---|---|---|
51 | 1 | 0 | unless (ref \$input eq 'GLOB' or ref \$input eq 'REF') |
52 | 0 | 1 | unless open FILE, $input |
82 | 1 | 0 | unless (ref \$input eq 'GLOB' or ref \$input eq 'REF') |
83 | 0 | 1 | unless open FILE, $input |