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 575 0 0 &blessed($data) and $data->isa("Yancy::Model::Schema")

or 2 conditions

line l !l condition
200 646 0 $conf_schema->{$name} // {}
501 145 $read_schema->{$name} // {}
278 430 71 $keep->{'properties'} ||= {}
280 2484 394 $keep_props->{$p} ||= {}

or 3 conditions

line l !l&&r !l&&!r condition
283 5895 964 379 $keep_prop->{$k} ||= $right_prop->{$k}
289 1424 211 0 $keep->{$k} ||= $right->{$k}