Branch Coverage

lib/Perlmazing/Perlmazing/Precompile/numeric.pm
Criterion Covered Total %
branch 0 32 0.0


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