lib/Provision/Unix/VirtualOS/Linux.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 26 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
100 | 0 | 0 | 0 | $mod eq 'headers' and not "$fs_root/usr/src" |
line | l | !l | condition |
---|---|---|---|
79 | 0 | 0 | $p{'url'} || 'http://mirror.vpslink.com/xen' |
174 | 0 | 0 | $p{'device'} || 'eth0' |
248 | 0 | 0 | $p{'device'} || 'eth0' |
256 | 0 | 0 | $p{'gw_octet'} || 1 |
299 | 0 | 0 | $p{'device'} || 'eth0' |
301 | 0 | 0 | $p{'hostname'} || 'localhost' |
306 | 0 | 0 | $p{'gw_octet'} || 1 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
151 | 0 | 0 | 0 | $distro ||= $self->get_distro($p{'fs_root'}) |
379 | 0 | 0 | 0 | delete $p{'distro'} || $self->get_distro($p{'fs_root'}) |
532 | 0 | 0 | 0 | $login ||= -e "$fs_root/bin/bash" ? '/bin/bash' : '/bin/sh' |