| blib/lib/DBIx/Util/Schema.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 1 | 9 | 11.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 345 | 0 | 0 | 0 | $schem eq $1 and $table eq $2 |
| 382 | 0 | 0 | 0 | $row->{'TABLE_SCHEM'} eq $1 and $row->{'TABLE_NAME'} eq $2 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 368 | 1 | 0 | 0 | $table // $1 |