Branch Coverage

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


line true false branch
17 0 9 @_ ? :
18 0 9 @_ ? :
23 7 2 if @nums
24 8 1 if @nums
27 6 3 if (defined $num_a and defined $num_b) { }
1 2 elsif (defined $num_a and not defined $num_b) { }
2 0 elsif (not defined $num_a and defined $num_b) { }
29 6 0 if $cmp
38 0 0 if ($is_ci) { }
45 0 9 $is_reverse ? :