blib/lib/Data/ICal/Entry.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 18 | 61.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
104 | 58 | 0 | 0 | grep {$_ eq 'uid';} @mandatory and not defined $self->properties->{'uid'} |
58 | 0 | 0 | grep {$_ eq 'uid';} @mandatory and not defined $self->properties->{'uid'} and $self->auto_uid | |
117 | 0 | 1 | 73 | $self->properties->{$name} and @{$self->properties->{$name};} |
604 | 118 | 197 | 0 | not $parent->vcal10 and !($occurence->{'param'} && defined $occurence->{'param'}{'VALUE'}) || $occurence->{'param'}{'VALUE'} eq 'TEXT' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
242 | 312 | 46 | 4 | $self->is_property($prop) or $prop =~ /^x-/i |
604 | 189 | 0 | 8 | !($occurence->{'param'} && defined $occurence->{'param'}{'VALUE'}) || $occurence->{'param'}{'VALUE'} eq 'TEXT' |