Condition Coverage

blib/lib/Data/ICal.pm
Criterion Covered Total %
condition 18 21 85.7


and 3 conditions

line !l l&&!r l&&r condition
170 0 1 13 $cal and exists $$cal{'objects'}
184 7 4 1 $version eq '1.0' and not $self->vcal10
4 6 1 $version eq '2.0' and $self->vcal10
267 7 166 4 not $in_qp and $line =~ /^[^:]+;ENCODING=QUOTED-PRINTABLE/i

or 3 conditions

line l !l&&r !l&&!r condition
109 10 5 7 defined $args{'filename'} or defined $args{'data'}
148 10 5 0 defined $args{'filename'} or defined $args{'data'}
184 1 0 11 $version eq '1.0' and not $self->vcal10 or $version eq '2.0' and $self->vcal10