blib/lib/Test/SQL/Translator.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 8 | 50.0 |
line | l | !l | condition |
---|---|---|---|
144 | 0 | 40 | $name ||= "" |
343 | 4 | 0 | $arg{'name'} || die('Need a table name to test.') |
360 | 21 | 0 | $_->{'name'} || die('Need a field name to test.') |
427 | 2 | 0 | $_->{'name'} || die('Need a table name to test.') |