Branch Coverage

blib/lib/Net/ICal/Todo.pm
Criterion Covered Total %
branch 6 12 50.0


line true false branch
168 0 0 unless defined $self
170 0 0 unless $self->validate
193 0 12 if (defined $self->due and $self->duration)
196 1 11 if ($self->dtstart and $self->due)
198 1 0 if ($self->dtstart->compare($self->due) > 0)
202 2 10 if ($self->completed and not $self->completed =~ /Z$/)