| blib/lib/Class/DBI/FormBuilder/Meta/Table.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 23 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 61 | 0 | 0 | 0 | $cdbi and UNIVERSAL::isa($cdbi, 'Class::DBI') |
| line | l | !l | condition |
|---|---|---|---|
| 76 | 0 | 0 | $args{'catalog'} || undef |
| 78 | 0 | 0 | $args{'schema'} || undef |
| 248 | 0 | 0 | $$related_meta{'args'}{'mapping'} || [] |
| 305 | 0 | 0 | $group ||= 'All' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 64 | 0 | 0 | 0 | ref $cdbi || $cdbi |
| 70 | 0 | 0 | 0 | ref $proto || $proto |
| 174 | 0 | 0 | 0 | $$row{$key} || $$row{uc $key} |
| 176 | 0 | 0 | 0 | $$row{'COLUMN_NAME'} || $$row{'column_name'} |