Branch Coverage

lib/Perlmazing/Perlmazing/Precompile/numeric.pm
Criterion Covered Total %
branch 14 32 43.7


line true false branch
5 0 239 if (&is_number($aa) and &is_number($bb)) { }
0 239 elsif (&is_number($aa)) { }
0 239 elsif (&is_number($bb)) { }
239 0 elsif (defined $aa and defined $bb) { }
0 0 elsif (defined $aa) { }
0 0 elsif (defined $bb) { }
7 0 0 if $r
14 4 235 if ($aa =~ /\d/u and $bb =~ /\d/u) { }
21 0 7 unless @split_a and @split_b
23 3 4 if (&is_number($aa) and &is_number($bb)) { }
0 4 elsif (&is_number($aa)) { }
0 4 elsif (&is_number($bb)) { }
25 0 3 unless ($current_sort)
27 0 0 unless $cmp_sort
37 4 3 if $current_sort and $break
39 0 0 if $cmp_sort