Branch Coverage

lib/Rex/Inventory/SMBios.pm
Criterion Covered Total %
branch 0 24 0.0


line true false branch
39 0 0 if ($section)
68 0 0 if ($cpu->{'Socket Status'} =~ /Populated/u)
86 0 0 if ($mem->{'Size'} =~ /\d+/u)
120 0 0 if $line =~ /^$/u
121 0 0 if $line =~ /^\s*$/u
122 0 0 if $line =~ /^ID/u
124 0 0 if ($line =~ /^\d/u)
125 0 0 if %cur_data
129 0 0 unless (exists $section{$current_section})
138 0 0 if ($line =~ /^\s\s[a-z]/iu) { }
0 0 elsif ($line =~ /^\t[a-z]/iu) { }
144 0 0 unless (ref $cur_data{$key})