blib/lib/DBIx/DBO/Table.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 12 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
176 | 0 | 0 | 2 | $ref && $$ref[0] |
line | l | !l | condition |
---|---|---|---|
125 | 96 | 20 | $$me{'Column'}{$col} ||= bless([$me, $col], 'DBIx::DBO::Column') |
370 | 34 | 0 | $$me{'Config'} ||= {} |
371 | 98 | 17 | $$me{'Config'} ||= {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
58 | 1 | 20 | 0 | ref $proto || $proto |