| blib/lib/JsonSQL/Param/Table.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 6 | 9 | 66.6 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 21 | 0 | 0 | 13 | defined $tableName and $tableName =~ /^[a-zA-Z_][a-zA-Z0-9_]*$/u | 
| 28 | 4 | 0 | 9 | defined $tableSchema and $tableSchema =~ /^[a-zA-Z_][a-zA-Z0-9_]*$/u | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 27 | 3 | 6 | 4 | $tablehashref->{'schema'} || $queryObj->{'_defaultSchema'} |