Condition Coverage

blib/lib/WebService/LiveJournal/Event.pm
Criterion Covered Total %
condition 0 41 0.0


and 3 conditions

line !l l&&!r l&&r condition
293 0 0 0 defined $self->{'year'} and defined $self->{'month'}
0 0 0 defined $self->{'year'} and defined $self->{'month'} and defined $self->{'day'}
0 0 0 defined $self->{'year'} and defined $self->{'month'} and defined $self->{'day'} and defined $self->{'hour'}
0 0 0 defined $self->{'year'} and defined $self->{'month'} and defined $self->{'day'} and defined $self->{'hour'} and defined $self->{'min'}

or 2 conditions

line l !l condition
38 0 0 $arg{'props'} || {}
40 0 0 $arg{'subject'} || ''
43 0 0 $arg{'event'} || ' '
45 0 0 $arg{'security'} || 'public'

or 3 conditions

line l !l&&r !l&&!r condition
34 0 0 0 ref $ob || $ob
295 0 0 0 $self->{'year'} //= $year + 1900
296 0 0 0 $self->{'month'} //= $month + 1
297 0 0 0 $self->{'day'} //= $mday
298 0 0 0 $self->{'hour'} //= $hour
299 0 0 0 $self->{'min'} //= $min
335 0 0 0 not defined $subject or $subject eq ''