| blib/lib/Database/Async/ORM.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 12 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 434 | 0 | 0 | 0 | @missing and not $found |
| line | l | !l | condition |
|---|---|---|---|
| 100 | 0 | 0 | +(shift())->{'schema_definitions'} //= {} |
| 473 | 0 | 0 | $table_details->{'table'} // "enum" |
| 568 | 0 | 0 | $target->{$_} //= {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 531 | 0 | 0 | 0 | $loader //= sub { my($path) = @_; if ($path->basename ne $path->basename(".yaml", ".yml")) { require YAML::XS; return YAML::XS::LoadFile("$path"); } elsif ($path->basename ne $path->basename(".yaml", ".yml")) { require JSON::MaybeXS; return "JSON::MaybeXS"->new->decode($path->slurp_utf8); } else { die 'Unknown file type for ' . $path; }; } |