| blib/lib/Test/Net/Connect.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 11 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 232 | 0 | 0 | 0 | exists $$spec{'host'} && defined $$spec{'host'} |
| line | l | !l | condition |
|---|---|---|---|
| 240 | 0 | 0 | $$spec{'proto'} ||= 'tcp' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 232 | 0 | 0 | 0 | not exists $$spec{'host'} && defined $$spec{'host'} or $$spec{'host'} =~ /^\s*$/ |
| 246 | 0 | 0 | 0 | not defined $$spec{'port'} or $$spec{'port'} =~ /^\s*$/ |