| lib/XML/Compile/Schema/BuiltInTypes.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 16 | 22 | 72.7 |
| line | true | false | branch |
|---|---|---|---|
| 59 | 461 | 7 | $_[0] =~ /^\s*([0-9]+)\s*$/ ? : |
| 123 | 7 | 8 | if $v =~ /$fits_iv/ |
| 126 | 0 | 8 | if $big->is_nan |
| 287 | 1 | 2 | $s eq 'NaN' ? : |
| 10 | 0 | length $s < 9 ? : | |
| 3 | 10 | $s =~ /[^0-9]/ ? : | |
| 296 | 1 | 2 | $f->is_nan ? : |
| 0 | 3 | !(UNIVERSAL::isa($f, 'Math::BigInt') || UNIVERSAL::isa($f, 'Math::BigFloat')) ? : | |
| 12 | 3 | !ref($f) ? : | |
| 404 | 5 | 0 | if $_[0] =~ /[^0-9.]/ |
| 405 | 0 | 0 | $_[0] =~ /(\.[0-9]+)/ ? : |