| blib/lib/Astro/Catalog/IO/ASCII.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 0 | 18 | 0.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 69 | 0 | 0 | if (defined $args{'data'}) { } | 
| 72 | 0 | 0 | if (not ref $args{'data'}) { } | 
| 76 | 0 | 0 | if (ref $args{'data'} eq 'GLOB' or UNIVERSAL::isa($args{'data'}, 'IO::Handle')) { } | 
| 0 | 0 | elsif (ref $args{'data'} eq 'ARRAY') { } | |
| 94 | 0 | 0 | if (defined $args{'file'} and $args{'file'} ne 'default') { } | 
| 98 | 0 | 0 | if $class->can('_default_file') | 
| 99 | 0 | 0 | unless defined $file | 
| 104 | 0 | 0 | unless open $CAT, "< $file" | 
| 118 | 0 | 0 | defined $args{'readopt'} ? : |