Condition Coverage

blib/lib/DBIx/Class/DeploymentHandler/Logger.pm
Criterion Covered Total %
condition 2 19 10.5


and 3 conditions

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

or 2 conditions

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 18 $options ||= {}
44 0 18 $options->{'env_prefix'} ||= 'DBICDH'