Condition Coverage

blib/lib/WE/Obj.pm
Criterion Covered Total %
condition 7 16 43.7


and 3 conditions

line !l l&&!r l&&r condition
381 0 2 1 defined $timeopen and $timeopen gt $now
383 0 1 1 defined $timeexpire and $timeexpire lt $now

or 2 conditions

line l !l condition
380 3 0 $self->TimeOpen || undef
382 2 0 $self->TimeExpire || undef

or 3 conditions

line l !l&&r !l&&!r condition
265 0 0 112 $class =~ /^WE::Obj/ or $class =~ /^:/
286 0 0 0 $obj->isa($_) or $_ eq ':all'