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