| line | % | coverage | condition |
| 105 | 50 | | $args{'thresholds'} || {'confidence', $DEFAULT_CONFIDENCE} |
| 100 | | $args{'schema'} || {} |
| 161 | 50 | | $schema->{'_analysis'} || {} |
| 162 | 50 | | $analysis->{'side_effects'} || {} |
| 163 | 50 | | $analysis->{'dependencies'} || {} |
| 207 | 100 | | $schema->{'accessor'} and scalar keys %{$$schema{"accessor"};} |
| 208 | 50 | | $schema->{'accessor'}{'type'} // "" |
| 213 | 100 | | $schema->{'output'}{'type'} // "" |
| 226 | 33 | | $param && $schema->{'input'}{$param}{'type'} // "" |
| 241 | 100 | | $schema->{'output'}{'type'} // "" |
| 249 | 100 | | $schema->{'output'}{'_error_return'} or $schema->{'output'}{'success_failure_pattern'} |
| 258 | 67 | | $schema->{'_yamltest_hints'} and keys %{$$schema{"_yamltest_hints"};} |
| 274 | 100 | | $schema->{'output'}{'type'} // "" |