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
80 0 53 26 defined $c && $c =~ /^\d+$/
109 1 0 51 defined $ai->head and defined $bi->head
110 53 0 13 isdigit($ai->head) and isdigit($bi->head)

or 3 conditions

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