Branch Coverage

blib/lib/TiddlyWeb/EditPage.pm
Criterion Covered Total %
branch 0 28 0.0


line true false branch
107 0 0 unless $page
120 0 0 if ($orig_content eq $new_content)
125 0 0 if $args{'callback'}
136 0 0 unless $@
137 0 0 if ($@ =~ /412/) { }
189 0 0 unless (@$pages)
223 0 0 if (defined $$self{'command'} and $editor =~ /vi/) { }
225 0 0 if ($c eq 'o') { }
0 0 elsif ($c eq 'i') { }
0 0 elsif ($c eq 'a') { }
0 0 elsif ($c eq 'A') { }
263 0 0 unless open my $fh, ">$filename"
265 0 0 unless close $fh
271 0 0 unless open my $fh, $filename