| blib/lib/Number/Tolerant/Type/or_more.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 10 | 10 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 16 | 1 | 18 | if $string =~ /\A($number)\s*<=$X\z/ |
| 17 | 1 | 17 | if $string =~ /\A$X?>=\s*($number)\z/ |
| 18 | 1 | 16 | if $string =~ /\A($number)\s+or\s+more\z/ |
| 27 | 61 | 41 | unless 2 == grep({defined $_;} @_) |
| 28 | 26 | 15 | unless $_[1] eq "or_more" |