| blib/lib/Masscan/Scanner.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 31 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 147 | 0 | 0 | 0 | $self->logger->fatal('masscan not found') and croak() |
| 0 | 0 | 0 | $binary and $binary =~ /masscan$/mix | |
| 474 | 0 | 0 | 0 | -r $path and -x _ || -l _ |
| line | l | !l | condition |
|---|---|---|---|
| 139 | 0 | 0 | $self->_aref_to_str($self->arguments, 'args') || '' |
| 248 | 0 | 0 | readline $glob || undef |
| 289 | 0 | 0 | shift() || 0 |
| 312 | 0 | 0 | shift() || 0 |
| 456 | 0 | 0 | shift() || 'masscan' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 294 | 0 | 0 | 0 | is_ipv4($test) or is_ipv6($test) |
| 0 | 0 | 0 | is_ipv4($test) or is_ipv6($test) or is_domain($test) | |
| 314 | 0 | 0 | 0 | $port =~ /^\d+$/mx or $port =~ /^\d+-\d+$/mx |
| 474 | 0 | 0 | 0 | -x _ || -l _ |