| blib/lib/Tropo.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 12 | 33.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 57 | 0 | 2 | 0 | $type ne $last_type and $type eq $next_type |
| 2 | 0 | 0 | $type ne $last_type and $type eq $next_type and $type ne 'on' | |
| 0 | 0 | 2 | $type ne $last_type and $type ne $next_type |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 57 | 2 | 0 | 0 | $type ne $last_type and $type ne $next_type or $type eq 'on' |