blib/lib/SQL/Translator/Producer/HTML.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 23 | 21.7 |
line | l | !l | condition |
---|---|---|---|
24 | 0 | 1 | $schema->name || 'Schema' |
135 | 2 | 0 | $field->name || '' |
137 | 2 | 0 | $field->data_type || '' |
141 | 0 | 2 | $field->comments || '' |
146 | 0 | 0 | $c->reference_table || '' |
147 | 0 | 0 | ($c->reference_fields)[0] || '' |
183 | 0 | 0 | $index->name || '' |
184 | 0 | 0 | join(', ', $index->fields) || '' |
209 | 0 | 0 | $c->type || '' |
210 | 0 | 0 | join(', ', $c->fields) || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
25 | 0 | 1 | 0 | $args->{'title'} || "Description of $schema_name" |