| lib/XML/Compile/Schema/Specs.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 8 | 12 | 66.6 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 169 | 1591 | 0 | 0 | $args{'json_friendly'} and $name eq 'boolean' | 
| 172 | 1426 | 133 | 32 | $args{'sloppy_integers'} and exists $sloppy_int_version{$name} | 
| 174 | 1526 | 5 | 28 | $args{'sloppy_floats'} and my $maptype = $sloppy_float_version{$name} | 
| 176 | 28 | 0 | 0 | $args{'json_friendly'} and $maptype eq 'sloppy_float' |