| blib/lib/Opendata/GTFS/Feed.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 12 | 58.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 176 | 21 | 1 | 1 | $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 '' |