blib/lib/Class/DBI/Loader/Generic.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 25 | 40.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
130 | 1 | 0 | 0 | $$self{'_inflect'} and exists $$self{'_inflect'}{lc $table_class_base} |
154 | 4 | 0 | 0 | defined $exclude and $table =~ /$exclude/ |
181 | 0 | 4 | 0 | $$self{'_require_warn'} and $@ |
1 | 3 | 0 | $$self{'_require_warn'} and $@ and not $@ =~ /Can't locate/ | |
198 | 0 | 0 | 0 | $@ and $self->debug |
line | l | !l | condition |
---|---|---|---|
34 | 0 | 1 | $args{'additional_classes'} || [] |
36 | 1 | 0 | $args{'additional_base_classes'} || [] |
39 | 1 | 0 | $args{'left_base_classes'} || [] |
41 | 1 | 0 | $args{'constraint'} || '.*' |
207 | 4 | 0 | $$self{'_namespace'} || '' |