blib/lib/IO/Interface/Simple.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 13 | 46.1 |
line | l | !l | condition |
---|---|---|---|
17 | 1 | 0 | $a->index || 0 |
1 | 0 | $b->index || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
25 | 0 | 4 | 0 | ref $class || $class |
48 | 9 | 0 | 0 | $$self{'s'} ||= $socket |
50 | 9 | 1 | 0 | $socket ||= 'IO::Socket::INET'->new('Proto', 'udp') |