Condition Coverage

blib/lib/Sort/strverscmp.pm
Criterion Covered Total %
condition 9 12 75.0


and 3 conditions

line !l l&&!r l&&r condition
20 1 0 84 defined $ai->head and defined $bi->head
21 75 0 48 _isdigit($ai->head) and _isdigit($bi->head)
50 0 75 96 defined $c && $c =~ /^\d+$/

or 3 conditions

line l !l&&r !l&&!r condition
24 2 5 41 $an =~ /^0\d/ or $bn =~ /^0\d/