| lib/Rex/CLI.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 38 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 99 | 0 | 0 | 0 | $opts{'v'} and not $opts{'T'} |
| 119 | 0 | 0 | 0 | $ARGV[0] and $ARGV[0] =~ /:/u |
| 0 | 0 | 0 | not -e $main::rexfile and ($ARGV[0] and $ARGV[0] =~ /:/u) | |
| 246 | 0 | 0 | 0 | $opts{'T'} and $opts{'m'} |
| 0 | 0 | 0 | $opts{'T'} and $opts{'y'} | |
| 635 | 0 | 0 | 0 | -f "$rexfile.lock" and not exists $opts{'F'} |
| 673 | 0 | 0 | 0 | -f $server_ini_file and "Rex::Group::Lookup::INI"->is_loadable |
| 819 | 0 | 0 | 0 | not $signal and $opts{'o'} |
| 0 | 0 | 0 | not $signal and $opts{'o'} and defined "Rex::Output"->get |
| line | l | !l | condition |
|---|---|---|---|
| 471 | 0 | 0 | $cols || 80 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 51 | 0 | 0 | 0 | ref $that || $that |
| 179 | 0 | 0 | 0 | $opts{'g'} or $opts{'G'} |
| 182 | 0 | 0 | 0 | $opts{'g'} ||= $opts{'G'} |