| lib/App/Asciio/stripes/angled_arrow.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 1 | 21 | 4.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 1325 | 0 | 0 | 0 | $x == 0 and $y == 0 |
| 0 | 0 | 0 | $x == $self->{'END_X'} and $y == $self->{'END_Y'} | |
| 1442 | 0 | 0 | 0 | $reference_x == 0 and $reference_y == 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 46 | 73 | 0 | 0 | $element_definition->{'ARROW_TYPE'} || $DEFAULT_ARROW_TYPE |
| 1325 | 0 | 0 | 0 | $x == 0 and $y == 0 or $x == $self->{'END_X'} and $y == $self->{'END_Y'} |
| 1456 | 0 | 0 | 0 | $hint || $self->{'DIRECTION'} |
| 1465 | 0 | 0 | 0 | $hint || $self->{'DIRECTION'} |