Condition Coverage

blib/lib/User/Identity/Item.pm
Criterion Covered Total %
condition 9 17 52.9


and 3 conditions

line !l l&&!r l&&r condition
130 2 0 0 ref $collname && $collname->isa('User::Identity::Collection')
171 5 0 0 ref $collname && $collname->isa('User::Identity::Collection')

or 2 conditions

line l !l condition
121 4 2 $self->{'UI_col'}{$collname} || $self->{'UI_col'}{$collname . 's'} || (return)

or 3 conditions

line l !l&&r !l&&!r condition
91 1 0 0 $collectors{$type} || $collectors{$type . 's'} || $type
130 1 1 0 $self->collection($collname) || $self->addCollection($collname)
171 0 3 2 $all->{$collname} || $$all{$collname . 's'}