blib/lib/Apache/Voodoo/Table.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 1 | 60 | 1.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
119 | 1 | 0 | 0 | defined $$self{'pkey'} and $name ne $$self{'pkey'} |
736 | 0 | 0 | 0 | $$join{'pkey'} and $$join{'fkey'} |
762 | 0 | 0 | 0 | defined $$self{'list_search'}{$limit} and $self->safe_text($pattern) |
767 | 0 | 0 | 0 | ref $additional_constraint eq 'HASH' and defined $$additional_constraint{'additional_constraint'} |
798 | 0 | 0 | 0 | $$clause[1] =~ /^is(\s+not)?$/i and $$clause[2] =~ /^null$/i |
983 | 0 | 0 | 0 | $$join{'pkey'} and $$join{'fkey'} |
1023 | 0 | 0 | 0 | defined $res and defined $$res[0] |
line | l | !l | condition |
---|---|---|---|
180 | 0 | 0 | $$j{'columns'} ||= [] |
186 | 0 | 0 | lc $$j{'context'} || '' |
189 | 0 | 0 | $$j{'type'} || 'LEFT' |
247 | 0 | 0 | $$self{'edit_details'} || [] |
256 | 0 | 0 | $$self{'add_details'} || [] |
653 | 0 | 0 | $$params{'sort'} ||= '' |
655 | 0 | 0 | $$params{'count'} ||= '' |
656 | 0 | 0 | $$params{'page'} ||= '' |
657 | 0 | 0 | $$params{'start'} ||= '' |
658 | 0 | 0 | $$params{'desc'} ||= '' |
659 | 0 | 0 | $$params{'showall'} ||= '' |
660 | 0 | 0 | $$params{'pattern'} ||= '' |
661 | 0 | 0 | $$params{'limit'} ||= '' |
692 | 0 | 0 | $$params{'showall'} || 0 |
948 | 0 | 0 | shift() || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
446 | 0 | 0 | 0 | $$errors{$$_{'fkey'}} || $$_{'sdefault'} |
571 | 0 | 0 | 0 | $$errors{$$_{'fkey'}} || $$_{'sdefault'} |
654 | 0 | 0 | 0 | $$params{'last_sort'} ||= $$params{'sort'} |