| blib/lib/Yancy/Model.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 13 | 17 | 76.4 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 232 | 491 | 0 | 0 | &blessed($data) and $data->isa("Yancy::Model::Schema") | 
| line | l | !l | condition | 
|---|---|---|---|
| 200 | 560 | 0 | $conf_schema->{$name} // {} | 
| 419 | 141 | $read_schema->{$name} // {} | |
| 278 | 348 | 71 | $keep->{'properties'} ||= {} | 
| 280 | 2224 | 394 | $keep_props->{$p} ||= {} | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 283 | 5413 | 964 | 365 | $keep_prop->{$k} ||= $right_prop->{$k} | 
| 289 | 1037 | 211 | 0 | $keep->{$k} ||= $right->{$k} |