Branch Coverage

blib/lib/Sort/Sub/num_in_text.pm
Criterion Covered Total %
branch 13 20 65.0


line true false branch
17 0 18 @_ ? :
18 0 18 @_ ? :
22 14 4 if $a =~ /(\d+)/
23 16 2 if $b =~ /(\d+)/
26 12 6 if (defined $num_a and defined $num_b) { }
2 4 elsif (defined $num_a and not defined $num_b) { }
4 0 elsif (not defined $num_a and defined $num_b) { }
28 12 0 if $cmp
37 0 0 if ($is_ci) { }
44 0 18 $is_reverse ? :