Branch Coverage

blib/lib/Yancy/Backend.pm
Criterion Covered Total %
branch 0 24 0.0


line true false branch
124 0 0 if ($class eq "Yancy::Backend")
446 0 0 unless $data
451 0 0 unless $schema->{'properties'}
454 0 0 unless defined $data->{$key}
457 0 0 if (is_type($type, 'boolean')) { }
0 0 elsif (is_type($type, 'string') and is_format($format, 'date-time')) { }
460 0 0 $data->{$key} && !($data->{$key} =~ /^false$/iu) ? :
464 0 0 if (not $data->{$key}) { }
0 0 elsif ($data->{$key} eq 'now') { }
502 0 0 if (ref $id_field eq 'ARRAY') { }
504 0 0 unless exists $id->{$field}
507 0 0 if @$id_field > keys %where