| line | % | coverage | condition |
| 112 | 50 | | $args{'thresholds'} || {'confidence', $DEFAULT_CONFIDENCE} |
| 100 | | $args{'schema'} || {} |
| 207 | 100 | | $schema->{'accessor'} and scalar keys %{$$schema{"accessor"};} |
| 208 | 50 | | $schema->{'accessor'}{'type'} // "" |
| 213 | 100 | | $schema->{'output'}{'type'} // "" |
| 227 | 50 | | $schema->{'input'} || {} |
| 229 | 100 | | $input->{$b}{'position'} // 9999 |
| 100 | | $input->{$a}{'position'} // 9999 |
| 232 | 33 | | $param && $input->{$param}{'type'} // "" |
| 247 | 100 | | $schema->{'output'}{'type'} // "" |
| 255 | 100 | | $schema->{'output'}{'_error_return'} or $schema->{'output'}{'success_failure_pattern'} |
| 264 | 67 | | $schema->{'_yamltest_hints'} and keys %{$$schema{"_yamltest_hints"};} |
| 280 | 100 | | $schema->{'output'}{'type'} // "" |