Branch Coverage

blib/lib/App/WRT/Markup.pm
Criterion Covered Total %
branch 14 26 53.8


line true false branch
67 0 62 if ($@)
80 1159 0 if (defined $self->{$1}) { }
142 1 1 if defined $dashes{$key}
143 2 0 if defined $blank_lines{$key}
144 1 1 if defined $newlines{$key}
224 0 12 if ($file =~ m[^ (/ | [.]/) ]x) { }
232 0 12 if ($wrt->{'cache_includes'})
233 0 0 if (defined $wrt->{'include_cache'}{$file})
238 0 12 unless (-e $file)
243 0 12 if (-d $file)
248 0 12 if ($wrt->{'cache_includes'}) { }
362 0 10 if (-e "$dir/$image_url") { }
10 0 elsif (-e $self->{'entry_dir'} . "/$image_url") { }