Condition Coverage

blib/lib/Data/ICal.pm
Criterion Covered Total %
condition 19 21 90.4


and 3 conditions

line !l l&&!r l&&r condition
171 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 1 10 $version eq '1.0' and not $self->vcal10 or $version eq '2.0' and $self->vcal10