Condition Coverage

blib/lib/HTML/EP/EditTable.pm
Criterion Covered Total %
condition 0 50 0.0


and 3 conditions

line !l l&&!r l&&r condition
90 0 0 0 not defined $id and $$dbh{'Driver'}{'Name'} eq 'mysql'

or 2 conditions

line l !l condition
18 0 0 $$attr{'table'} || die('Missing attribute: table (Table name)')
20 0 0 $$attr{'id'} || 'ID'
26 0 0 $$attr{'sqlquery'} ||= 1
102 0 0 $$attr{'table'} || die('Missing attribute: table (Table name)')
129 0 0 $cgi->param('start') || 0
130 0 0 $cgi->param('max') || $$attr{'max'} || 20
157 0 0 $$attr{'max_links'} || 10

or 3 conditions

line l !l&&r !l&&!r condition
24 0 0 0 $$attr{'dest'} ||= $table
25 0 0 0 $$attr{'prefix'} ||= "${dest}_"
55 0 0 0 $type == DBI::SQL_NUMERIC() or $type == DBI::SQL_DECIMAL()
0 0 0 $type == DBI::SQL_NUMERIC() or $type == DBI::SQL_DECIMAL() or $type == DBI::SQL_INTEGER()
0 0 0 $type == DBI::SQL_NUMERIC() or $type == DBI::SQL_DECIMAL() or $type == DBI::SQL_INTEGER() or $type == DBI::SQL_SMALLINT()
0 0 0 $type == DBI::SQL_NUMERIC() or $type == DBI::SQL_DECIMAL() or $type == DBI::SQL_INTEGER() or $type == DBI::SQL_SMALLINT() or $type == DBI::SQL_FLOAT()
0 0 0 $type == DBI::SQL_NUMERIC() or $type == DBI::SQL_DECIMAL() or $type == DBI::SQL_INTEGER() or $type == DBI::SQL_SMALLINT() or $type == DBI::SQL_FLOAT() or $type == DBI::SQL_REAL()
0 0 0 $type == DBI::SQL_NUMERIC() or $type == DBI::SQL_DECIMAL() or $type == DBI::SQL_INTEGER() or $type == DBI::SQL_SMALLINT() or $type == DBI::SQL_FLOAT() or $type == DBI::SQL_REAL() or $type == DBI::SQL_DOUBLE()
0 0 0 $type == DBI::SQL_NUMERIC() or $type == DBI::SQL_DECIMAL() or $type == DBI::SQL_INTEGER() or $type == DBI::SQL_SMALLINT() or $type == DBI::SQL_FLOAT() or $type == DBI::SQL_REAL() or $type == DBI::SQL_DOUBLE() or $type == DBI::SQL_BIGINT()
0 0 0 $type == DBI::SQL_NUMERIC() or $type == DBI::SQL_DECIMAL() or $type == DBI::SQL_INTEGER() or $type == DBI::SQL_SMALLINT() or $type == DBI::SQL_FLOAT() or $type == DBI::SQL_REAL() or $type == DBI::SQL_DOUBLE() or $type == DBI::SQL_BIGINT() or $type == DBI::SQL_TINYINT()
156 0 0 0 $$attr{'path'} || $ENV{'PATH_INFO'}