| line | true | false | branch | 
 
| 64 | 0 | 0 | defined $args{'readopt'} ? : | 
 
| 71 | 0 | 0 | if (defined $args{'data'}) { } | 
 
| 73 | 0 | 0 | if (ref $args{'data'} eq 'GLOB') { } | 
 
|  | 0 | 0 | elsif (not ref $args{'data'}) { } | 
 
| 78 | 0 | 0 | if ($input_format eq 'handle') { } | 
 
|  | 0 | 0 | elsif ($input_format eq 'name') { } | 
 
| 105 | 0 | 0 | if ($input_format eq 'handle') { } | 
 
|  | 0 | 0 | elsif ($input_format eq 'name') { } | 
 
| 106 | 0 | 0 | unless open $fh, $filename | 
 
| 123 | 0 | 0 | if (defined $args{'file'}) { } | 
 
| 127 | 0 | 0 | if $class->can('_default_file') | 
 
| 128 | 0 | 0 | unless defined $file | 
 
| 132 | 0 | 0 | if ($input_format eq 'handle') { } | 
 
|  | 0 | 0 | elsif ($input_format eq 'name') { } | 
 
| 134 | 0 | 0 | unless open my $fh, $file |