Branch Coverage

lib/XML/Compile/Schema/Specs.pm
Criterion Covered Total %
branch 12 18 66.6


line true false branch
154 58 0 defined $_[1] ? :
159 0 2772 @_ % 1 ? :
160 2772 0 unless defined $name
163 1159 1613 unless my $schema = $schemas{$ns}
169 0 1613 if $args{'json_friendly'} and $name eq "boolean"
172 32 133 if $args{'sloppy_integers'} and exists $sloppy_int_version{$name}
174 28 1553 if ($args{'sloppy_floats'} and my $maptype = $sloppy_float_version{$name})
176 0 28 if $args{'json_friendly'} and $maptype eq "sloppy_float"
183 1553 0 defined $public ? :