blib/lib/DBIx/Class/DeploymentHandler/Logger.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 19 | 10.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
16 | 0 | 0 | 0 | defined $orig and not $orig |
22 | 0 | 0 | 0 | defined $orig and not $orig |
28 | 0 | 0 | 0 | defined $orig and not $orig |
line | l | !l | condition |
---|---|---|---|
17 | 0 | 0 | $_[0]->is_info || 1 |
23 | 0 | 0 | $_[0]->is_warn || 1 |
29 | 0 | 0 | $_[0]->is_error || 1 |
43 | 0 | 19 | $options ||= {} |
44 | 0 | 19 | $options->{'env_prefix'} ||= 'DBICDH' |