Condition Coverage

blib/lib/SQL/Translator/Producer/HTML.pm
Criterion Covered Total %
condition 0 23 0.0


or 2 conditions

line l !l condition
24 0 0 $schema->name || 'Schema'
121 0 0 $field->name || ''
123 0 0 $field->data_type || ''
126 0 0 $field->comments || ''
131 0 0 $c->reference_table || ''
132 0 0 ($c->reference_fields)[0] || ''
165 0 0 $index->name || ''
166 0 0 join(', ', $index->fields) || ''
185 0 0 $c->type || ''
186 0 0 join(', ', $c->fields) || ''

or 3 conditions

line l !l&&r !l&&!r condition
25 0 0 0 $args->{'title'} || "Description of $schema_name"