Condition Coverage

blib/lib/Yancy/Model.pm
Criterion Covered Total %
condition 13 17 76.4


and 3 conditions

line !l l&&!r l&&r condition
232 491 0 0 &blessed($data) and $data->isa("Yancy::Model::Schema")

or 2 conditions

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} ||= {}

or 3 conditions

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}