| blib/lib/Travel/Status/DE/HAFAS/Stop.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 32 | 46 | 69.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 101 | 7 | 63 | 15 | $sched_arr && $rt_arr |
| 106 | 41 | 30 | 14 | $sched_dep && $rt_dep |
| 121 | 0 | 0 | 7 | $msg->{'type'} eq "REM" and defined $msg->{'remX'} |
| 0 | 0 | 0 | $msg->{'type'} eq "HIM" and defined $msg->{'himX'} | |
| 143 | 0 | 60 | 0 | defined $load and $load > 10 |
| 177 | 0 | 210 | 0 | defined $offset and $offset != $timestr->offset / 60 |
| line | l | !l | condition |
|---|---|---|---|
| 120 | 5 | 80 | $stop->{'msgL'} // [] |
| 136 | 30 | 55 | $stop->{'dTrnCmpSX'}{'tcocX'} // [] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 44 | 40 | 7 | 38 | $stop->{'aPlatfS'} // $stop->{'dPlatfS'} |
| 45 | 0 | 1 | 84 | $stop->{'aPlatfR'} // $stop->{'dPlatfR'} |
| 46 | 0 | 1 | 84 | $stop->{'aPlatfCh'} // $stop->{'dPlatfCh'} |
| 55 | 1 | 46 | 38 | $rt_platform // $sched_platform |
| 110 | 14 | 0 | 71 | $ref->{'dep_delay'} // $ref->{'arr_delay'} |
| 116 | 15 | 63 | 7 | $rt_arr // $sched_arr |
| 117 | 14 | 30 | 41 | $rt_dep // $sched_dep |
| 140 | 0 | 60 | 0 | $tco_kv->{'rRT'} // $tco_kv->{'r'} |