blib/lib/Sql/Textify.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 13 | 23.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
215 | 3 | 0 | 0 | $max_width and $max_width > 0 |
263 | 2 | 0 | 0 | $max_width and $max_width > 0 |
line | l | !l | condition |
---|---|---|---|
134 | 0 | 0 | 'DBI'->connect($self->{'conn'}, $self->{'username'}, $self->{'password'}) || die($DBI::errstr) |
157 | 0 | 0 | $self->{'dbh'}->prepare($sql_query) || die("````\n", $sql_query, "\n````\n\n", '>', $DBI::errstr, "\n") |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
119 | 0 | 1 | 0 | ref $class || $class |