Branch Coverage

blib/lib/JSON/Schema/Generator.pm
Criterion Covered Total %
branch 8 8 100.0


line true false branch
39 1 7 if ($type->name eq 'array') { }
1 6 elsif ($type->name eq 'object') { }
1 5 elsif ($type->name eq 'union') { }
1 4 elsif ($type->name eq 'maybe') { }