| blib/lib/Rex/Virtualization/CBSD/bcheckpoint_create.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 0 | 12 | 0.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 19 | 0 | 0 | unless (defined $opts{'vm'}) | 
| 24 | 0 | 0 | unless (defined $opts{'suspend'}) | 
| 27 | 0 | 0 | unless (defined $opts{'name'}) | 
| 32 | 0 | 0 | if ($opts{'vm'} =~ m[[\t\ \=\\/\'\"\n\;\&]] or $opts{'name'} =~ m[[\t\ \=\\/\'\"\n\;\&]]) | 
| 41 | 0 | 0 | if ($opts{'suspend'} =~ /^[01]$/) | 
| 59 | 0 | 0 | if ($? != 0) |