| lib/OpenVZ/Vzctl.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 11 | 15 | 73.3 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 408 | 24 | 0 | 2304 | defined $arg{$p} and $arg{$p} ne '' | 
| 438 | 20 | 0 | 54 | defined $subcommands and $args[0] =~ /^$subcommands$/ | 
| 504 | 90 | 1227 | 6577 | exists $global{'ctid'} and $global{'ctid'} == $check_ctid | 
| 90 | 1227 | 0 | exists $global{'name'} and $global{'name'} eq $check_ctid | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 504 | 6577 | 0 | 1317 | exists $global{'ctid'} and $global{'ctid'} == $check_ctid or exists $global{'name'} and $global{'name'} eq $check_ctid |