Branch Coverage

blib/lib/MooseX/JSONSchema.pm
Criterion Covered Total %
branch 7 16 43.7


line true false branch
36 0 8 if ($type eq "array" or $type eq "object")
39 0 0 $type eq 'object' ? :
0 0 $type eq 'array' ? :
2 0 $type eq 'integer' ? :
0 2 $type eq 'number' ? :
6 2 $type eq 'string' ? :
52 0 8 if ($opts{'traits'}) { }
61 0 8 ref $name eq 'ARRAY' ? :