| lib/Rex/Pkg/SunOS.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 0 | 24 | 0.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 39 | 0 | 0 | unless (exists $option->{'source'}) | 
| 43 | 0 | 0 | if $option->{'adminfile'} | 
| 44 | 0 | 0 | if $option->{'responsefile'} | 
| 51 | 0 | 0 | unless ($? == 0) | 
| 68 | 0 | 0 | if $option->{'adminfile'} | 
| 72 | 0 | 0 | unless ($? == 0) | 
| 91 | 0 | 0 | if ($line =~ /^$/u) | 
| 96 | 0 | 0 | if ($line =~ /PKGINST:\s+([^\s]+)/u) | 
| 101 | 0 | 0 | if ($line =~ /VERSION:\s+([^\s]+)/u) | 
| 104 | 0 | 0 | if $rev | 
| 109 | 0 | 0 | if ($line =~ /STATUS:\s+(.*?)$/u) | 
| 110 | 0 | 0 | $1 eq 'completely installed' ? : |