Condition Coverage

blib/lib/CGI/Listman.pm
Criterion Covered Total %
condition 0 63 0.0


and 3 conditions

line !l l&&!r l&&r condition
139 0 0 0 defined $self->{'db_host'} and $self->{'db_host'} ne ""
141 0 0 0 defined $self->{'db_port'} and $self->{'db_port'} ne ""
294 0 0 0 $term->{'mandatory'} and !defined($param_hash_ref->{$key}) || $param_hash_ref->{$key} eq ''
334 0 0 0 $line->{'_deleted'} and $line->{'_new_line'}
676 0 0 0 defined $5 && $5 eq '!'
753 0 0 0 $count < $new_pos and $count >= $curr_pos
756 0 0 0 $count > $new_pos and $count <= $curr_pos
759 0 0 0 $count < $new_pos and $count < $curr_pos
0 0 0 $count > $new_pos and $count > $curr_pos
811 0 0 0 defined $definition and $definition ne ""
813 0 0 0 defined $definition && $definition ne ''
836 0 0 0 defined $key and $key ne ""
845 0 0 0 defined $definition and $definition =~ /^\s+$/

or 2 conditions

line l !l condition
505 0 0 shift() || ','
675 0 0 $3 || ''
828 0 0 shift() || 0

or 3 conditions

line l !l&&r !l&&!r condition
204 0 0 0 defined $self->{'list'} or defined $self->{'_loading_list'}
294 0 0 0 !defined($param_hash_ref->{$key}) || $param_hash_ref->{$key} eq ''
746 0 0 0 $new_pos > scalar @$terms_ref or $new_pos < 0
0 0 0 $new_pos > scalar @$terms_ref or $new_pos < 0 or $delta == 0
759 0 0 0 $count < $new_pos and $count < $curr_pos or $count > $new_pos and $count > $curr_pos
867 0 0 0 $self->definition || $self->{'key'}