Condition Coverage

blib/lib/Travel/Routing/DE/EFA.pm
Criterion Covered Total %
condition 34 62 54.8


and 3 conditions

line !l l&&!r l&&r condition
102 0 0 4 defined $day and length $day
0 0 4 defined $day and length $day and $day >= 1
0 1 3 defined $day and length $day and $day >= 1 and $day <= 31
1 0 3 defined $day and length $day and $day >= 1 and $day <= 31 and defined $month
1 1 2 defined $day and length $day and $day >= 1 and $day <= 31 and defined $month and length $month
1 0 2 defined $day and length $day and $day >= 1 and $day <= 31 and defined $month and length $month and $month >= 1
1 0 2 defined $day and length $day and $day >= 1 and $day <= 31 and defined $month and length $month and $month >= 1 and $month <= 12
120 0 1 1 defined $year and length $year
295 0 0 55 $place and $stop
475 0 0 19 defined $conf{'submit'} and $conf{'submit'} == 0
720 0 0 62 $e_vdate && $e_vtime
813 0 0 3 $e_place and $e_name

or 2 conditions

line l !l condition
302 1 54 $type //= "stop"

or 3 conditions

line l !l&&r !l&&!r condition
397 1 3 23 $conf->{'arrival_time'} or $conf->{'departure_time'}
655 10 0 0 $e_dsdate //= $e_ddate
656 10 0 0 $e_dstime //= $e_dtime
657 10 0 0 $e_asdate //= $e_adate
658 10 0 0 $e_astime //= $e_atime
720 0 10 52 not $e_vdate && $e_vtime or $e_vdate->getAttribute("weekday") == -1
729 11 7 34 $name eq $hash->{'departure_stop'} or $name eq $hash->{'arrival_stop'}
792 0 0 1 not defined $self->{'routes'} or @{$self->{'routes'};} == 0