| lib/SQL/Admin/Catalog.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 19 | 42.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 83 | 11 | 9 | 0 | not $param{'schema'} and $$self{'default_schema'} |
| 135 | 0 | 0 | 0 | exists $$self{$type}{$key} && $key |
| line | l | !l | condition |
|---|---|---|---|
| 79 | 20 | 0 | $$self{$type} ||= {} |
| 152 | 0 | 0 | $$self{'statements'} ||= [] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 56 | 0 | 8 | 0 | ref $class || $class |
| 91 | 3 | 8 | 0 | $$self{'schema'}{$schema} ||= $$class_map{'schema'}->new('name', $schema) |
| 96 | 1 | 19 | 0 | $$typemap{$obj->fullname} ||= $obj |