| line |
true |
false |
branch |
|
124
|
0 |
0 |
if ($class eq "Yancy::Backend") |
|
464
|
0 |
0 |
unless $data |
|
469
|
0 |
0 |
unless $schema->{'properties'} |
|
472
|
0 |
0 |
unless defined $data->{$key} |
|
475
|
0 |
0 |
if (is_type($type, 'boolean')) { } |
|
|
0 |
0 |
elsif (is_type($type, 'string') and is_format($format, 'date-time')) { } |
|
478
|
0 |
0 |
$data->{$key} && !($data->{$key} =~ /^false$/iu) ? : |
|
482
|
0 |
0 |
if (not $data->{$key}) { } |
|
|
0 |
0 |
elsif ($data->{$key} eq 'now') { } |
|
520
|
0 |
0 |
if (ref $id_field eq 'ARRAY') { } |
|
522
|
0 |
0 |
unless exists $id->{$field} |
|
525
|
0 |
0 |
if @$id_field > keys %where |