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->error('masscan not found') and croak() |
0 | 0 | 0 | $binary and $binary =~ /masscan$/mix | |
464 | 0 | 0 | 0 | -r $path and -x _ || -l _ |
line | l | !l | condition |
---|---|---|---|
139 | 0 | 0 | $self->_aref_to_str($self->arguments, 'args') || '' |
238 | 0 | 0 | readline $glob || undef |
279 | 0 | 0 | shift() || 0 |
302 | 0 | 0 | shift() || 0 |
446 | 0 | 0 | shift() || 'masscan' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
284 | 0 | 0 | 0 | is_ipv4($test) or is_ipv6($test) |
0 | 0 | 0 | is_ipv4($test) or is_ipv6($test) or is_domain($test) | |
304 | 0 | 0 | 0 | $port =~ /^\d+$/mx or $port =~ /^\d+-\d+$/mx |
464 | 0 | 0 | 0 | -x _ || -l _ |