Branch Coverage

lib/Rex/Virtualization/Docker/create.pm
Criterion Covered Total %
branch 0 32 0.0


line true false branch
31 0 0 unless ($opts)
35 0 0 unless (exists $opts->{'image'})
39 0 0 unless (exists $opts->{'command'})
56 0 0 unless (exists $opts->{'name'})
62 0 0 if (not exists $opts->{'memory'}) { }
71 0 0 unless (exists $opts->{'cpus'})
79 0 0 if (exists $opts->{'env'})
85 0 0 if (exists $opts->{'hostname'})
91 0 0 if (exists $opts->{'privileged'})
97 0 0 if (exists $opts->{'forward_port'})
103 0 0 if (exists $opts->{'expose_port'})
109 0 0 if (exists $opts->{'dns'})
116 0 0 if (exists $opts->{'share_folder'})
122 0 0 if (exists $opts->{'volumes-from'})
128 0 0 if (exists $opts->{'lxc-conf'})
134 0 0 if (exists $opts->{'link'})