| line |
true |
false |
branch |
|
74
|
4 |
0 |
if (<$fh_source_file> =~ /$delimiter/) |
|
77
|
4 |
4 |
if ($line =~ /$delimiter/) |
|
98
|
4 |
4 |
if (-d $source_file) |
|
103
|
0 |
4 |
unless open my $fh_source_file, '<', $source_file |
|
108
|
0 |
4 |
unless ($file_config) |
|
117
|
0 |
4 |
if (not $self->has_convertor($extension) and $extension ne 'html') |
|
140
|
0 |
4 |
if ($extension eq 'html') { } |
|
150
|
0 |
4 |
unless open my $fh_destination_file, '>', $destination_file |
|
152
|
4 |
0 |
if ($file_layout) { } |
|
153
|
0 |
4 |
unless $template->process(\$converted_content, $file_config, $fh_destination_file) |
|
176
|
10 |
0 |
if $rel_path |