| blib/lib/Tk/GraphItems/LabeledConnector.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 0 | 14 | 0.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 99 | 0 | 0 | if ($@) | 
| 110 | 0 | 0 | if (@_) { } | 
| 140 | 0 | 0 | if ($d_x <= 0 and $d_y <= 0) { } | 
| 0 | 0 | elsif ($d_x <= 0 and $d_y >= 0) { } | |
| 0 | 0 | elsif ($d_x >= 0 and $d_y >= 0) { } | |
| 0 | 0 | elsif ($d_x >= 0 and $d_y <= 0) { } | |
| 169 | 0 | 0 | if $$self{'label_id'} |