blib/lib/Postgres/Handler/HTML.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 54 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
116 | 0 | 0 | 0 | exists $options{'TABLE'} and exists $options{'VALUE'} |
0 | 0 | 0 | exists $options{'TABLE'} and exists $options{'VALUE'} and exists $options{'KEY'} | |
133 | 0 | 0 | 0 | not $val and $options{'CHECKED'} |
0 | 0 | 0 | not $val and $options{'CHECKED'} and not $options{'KEY'} | |
178 | 0 | 0 | 0 | exists $options{'TABLE'} and exists $options{'VALUE'} |
233 | 0 | 0 | 0 | exists $options{'TABLE'} and exists $options{'VALUE'} |
373 | 0 | 0 | 0 | $options{'TRIMDATES'} and $key =~ /LASTUPDATE$/ |
487 | 0 | 0 | 0 | $_[2] and $retval ne '' |
line | l | !l | condition |
---|---|---|---|
354 | 0 | 0 | $options{'OUTPUT'} || 'STDOUT' |
456 | 0 | 0 | $objCGI->param($_) || 0 |
486 | 0 | 0 | $self->Field('DATA', $_[0], 'KEY', $_[1]) || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
127 | 0 | 0 | 0 | $options{'CBNAME'} ||= $options{'VALUE'} |
128 | 0 | 0 | 0 | $options{'LABEL'} ||= $options{'VALUE'} |
186 | 0 | 0 | 0 | $options{'PDNAME'} ||= $options{'VALUE'} |
187 | 0 | 0 | 0 | $options{'SHOW'} ||= $options{'VALUE'} |
188 | 0 | 0 | 0 | $options{'ORDERBY'} ||= $options{'SHOW'} |
240 | 0 | 0 | 0 | $options{'RBNAME'} ||= $options{'VALUE'} |
241 | 0 | 0 | 0 | $options{'SHOW'} ||= $options{'VALUE'} |
242 | 0 | 0 | 0 | $options{'ORDERBY'} ||= $options{'SHOW'} |