| blib/lib/Footprintless/CommandOptionsFactory.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 11 | 81.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 24 | 0 | 16 | 19 | $self->{'localhost'} and $options{'hostname'} |
| 16 | 5 | 14 | $self->{'localhost'} and $options{'hostname'} and $self->{'localhost'}->is_alias($options{'hostname'}) |
| line | l | !l | condition |
|---|---|---|---|
| 39 | 2 | 22 | $options{'default_ssh'} || 'ssh -q' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 38 | 22 | 2 | 0 | $options{'localhost'} || 'Footprintless::Localhost'->new->load_all |