Branch Coverage

blib/lib/Linux/Virt/Plugin/LXC.pm
Criterion Covered Total %
branch 0 12 0.0


line true false branch
30 0 0 unless -x $cmd
46 0 0 unless -x '/usr/bin/lxc-ls'
47 0 0 unless -x '/usr/bin/lxc-info'
51 0 0 unless (open $LXC, '-|', '/usr/bin/lxc-ls')
66 0 0 if !$$vserver_ref{$vs}{'virt'}{'type'} eq 'lxc'
69 0 0 unless ($status =~ /RUNNING/)