blib/lib/Opendata/GTFS/Feed.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 12 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
176 | 21 | 2 | 0 | $type->name eq 'StopTime' and &any(sub { $_ eq 'drop_off_time'; } , @column_names) |
185 | 130 | 22 | 1 | $csv->eof and not defined $line |
187 | 152 | 0 | 0 | scalar @{$line;} == 1 and !defined($$line[0]) || $$line[0] eq '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
187 | 0 | 0 | 0 | !defined($$line[0]) || $$line[0] eq '' |