| line | true | false | branch | 
 
| 242 | 2 | 0 | if ($self->translate_to_file) { } | 
 
| 247 | 0 | 0 | if ($fh->fdopen(fileno STDOUT, 'w')) { } | 
 
| 344 | 0 | 3 | if (defined $class) { } | 
 
| 345 | 0 | 0 | if (my $ext = $extensions->{$class}) | 
 
| 365 | 4 | 0 | if (my $class = $self->translation_class) | 
 
| 368 | 0 | 4 | unless my $converter = $class->new | 
 
| 371 | 4 | 0 | if ($converter->isa('Pod::Simple')) { } | 
 
| 375 | 0 | 4 | unless close $self->output_fh | 
 
| 408 | 3 | 0 | if ($dest and $self->input_file) { } | 
 
| 410 | 0 | 3 | unless -e $dest | 
 
| 413 | 0 | 3 | unless $stat | 
 
| 479 | 2 | 0 | defined $source_fh ? : | 
 
| 483 | 2 | 0 | defined $dest_fh ? : |