M /anton/undefined +0 -0
327 unmodified lines328 ok: true,329 trips: tripNames.length,330 segments: allSegments.length,331 stops: globalStopNames.length,332 flights: allSegments.filter(isFlightMode).length,332 flights: allSegments.filter(function(s) { return isFlightMode(s.mode) }).length,333 errors: errors,334 }))335}