Branch Coverage

blib/lib/Acme/Pythonic/Functions.pm
Criterion Covered Total %
branch 0 94 0.0


line true false branch
44 0 0 if ($lenvals != $nr)
52 0 0 if ($nr == 1)
63 0 0 if ($#_ == -1)
77 0 0 if ($_[0] =~ /\Q$_[1]\E$/) { }
102 0 0 if ($_[0] =~ /\D/) { }
117 0 0 unless ($a =~ /^\Q$b\E/)
121 0 0 if (length $b > length $a)
133 0 0 if ($nrargs < 3 or $nrargs > 4)
139 0 0 if ($nrargs == 4)
143 0 0 unless (isdigit($count))
150 0 0 if ($count == 0)
181 0 0 unless ($a =~ /\Q$b\E$/)
185 0 0 if (length $b > length $a)
197 0 0 if ($_[0] =~ /^\Q$_[1]\E/) { }
222 0 0 if ($#_ < 1)
231 0 0 if ($#_ < 1)
241 0 0 if ($#_ < 1)
249 0 0 if ($b =~ /\D/)
256 0 0 if ($b > $#c + 1)
274 0 0 if ($#_ < 1)
286 0 0 if ($_[$i] eq $a)
293 0 0 unless ($x)
304 0 0 if ($#_ < 2 or $#_ % 2)
311 0 0 if (exists $hash{$key}) { }
326 0 0 if ($lenarg < 3)
332 0 0 if ($mode ne 's' and $mode ne 'l' and $mode ne 'h')
336 0 0 if ($mode eq 's')
338 0 0 if ($lenarg != 3)
342 0 0 if ($_[0] =~ /\Q$_[1]\E/)
348 0 0 if ($mode eq 'l')
351 0 0 if ($_ eq $a)
360 0 0 if ($lenarg % 2)
367 0 0 if (exists $hash{$key}) { }
379 0 0 if ($lenarg < 2)
385 0 0 if ($mode ne 's' and $mode ne 'l' and $mode ne 'h')
389 0 0 if ($mode eq 's')
391 0 0 if ($lenarg != 2)
398 0 0 if ($mode eq 'l')
404 0 0 if (!$lenarg % 2)
418 0 0 if (-d $_[0]) { }
430 0 0 if (-f $_[0]) { }
444 0 0 unless open FH, "<$file"
454 0 0 if ($#_ < 1)
460 0 0 unless open FH, ">$file"
472 0 0 unless (-d $dir)
477 0 0 unless opendir DIR, $dir
479 0 0 if ($filename ne '.' and $filename ne '..')