blib/lib/DBIx/Class/DeploymentHandler/DeployMethod/SQL/Translator/ScriptHelpers.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 15 | 33.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
42 | 0 | 0 | 6 | $opts and ref $opts |
0 | 0 | 6 | $opts and ref $opts and ref $opts eq 'HASH' | |
50 | 6 | 0 | 0 | ref $opts->{'naming'} eq 'HASH' and &first(sub { $_ eq 'current'; } , values %{$$opts{'naming'};}) |
53 | 0 | 6 | 0 | not exists $opts->{'debug'} and $ENV{'DBICDH_TRACE'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
50 | 0 | 0 | 6 | $opts->{'naming'} eq 'current' or ref $opts->{'naming'} eq 'HASH' and &first(sub { $_ eq 'current'; } , values %{$$opts{'naming'};}) |