| blib/lib/Sys/Async/Virt/Connection/Factory.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 13 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 52 | 0 | 0 | 0 | $driver->{'host'} and $host |
| line | l | !l | condition |
|---|---|---|---|
| 46 | 0 | 0 | $components{'transport'} // "" |
| 47 | 0 | 0 | $components{'host'} // "" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 52 | 0 | 0 | 0 | $driver->{'host'} || $host |
| 0 | 0 | 0 | $driver->{'host'} and $host or not $driver->{'host'} || $host |