Condition Coverage

blib/lib/Lingua/EN/Number/IsOrdinal.pm
Criterion Covered Total %
condition 8 9 88.8


and 3 conditions

line !l l&&!r l&&r condition
107 11 0 8 @nums == 1 and $nums[0] eq $text

or 3 conditions

line l !l&&r !l&&!r condition
107 8 3 8 @nums == 1 and $nums[0] eq $text or $text =~ /$ORDINAL_NUMBER_RE/
11 7 1 @nums == 1 and $nums[0] eq $text or $text =~ /$ORDINAL_NUMBER_RE/ or $text =~ /$CARDINAL_NUMBER_RE/