Condition Coverage

blib/lib/WWW/Connpass/Event.pm
Criterion Covered Total %
condition 0 10 0.0


or 2 conditions

line l !l condition
56 0 0 $self->{'waitlist_count'} ||= [map({'WWW::Connpass::Event::Waitlist'->new($_);} @{$$self{'event'}{'waitlist_count'};})]
63 0 0 $self->{'owners'} ||= [$self->{'session'}->fetch_event_owners($self)]

or 3 conditions

line l !l&&r !l&&!r condition
89 0 0 0 $self->{'questionnaire'} ||= $self->{'session'}->fetch_questionnaire_by_event($self)
94 0 0 0 $self->{'participants'} ||= $self->{'session'}->fetch_participants_info($self)