blib/lib/HTML/Table/FromDatabase.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 27 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
107 | 0 | 0 | 0 | $sth and ref $sth |
0 | 0 | 0 | $sth and ref $sth and $sth->isa('DBI::st') | |
114 | 0 | 0 | 0 | $callbacks and ref $callbacks ne 'ARRAY' |
121 | 0 | 0 | 0 | $row_callbacks and ref $row_callbacks ne 'ARRAY' |
128 | 0 | 0 | 0 | $override_headers and ref $override_headers ne 'ARRAY' |
135 | 0 | 0 | 0 | $rename_headers and ref $rename_headers ne 'HASH' |
244 | 0 | 0 | 0 | $value eq '' and $flags{-'pad_empty_cells'} |
283 | 0 | 0 | 0 | exists $$callback{'callback'} and ref $$callback{'callback'} eq 'CODE' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
149 | 0 | 0 | 0 | $handle_html eq 'encode' or $handle_html eq 'escape' |