| lib/Rex/Pkg/Base.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 4 | 13 | 30.7 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 69 | 1 | 0 | 0 | $pkg =~ /\*/u and defined $self->{'commands'}{'install_glob'} | 
| 152 | 0 | 0 | 0 | $pkg =~ /\*/u and defined $self->{'commands'}{'remove_glob'} | 
| line | l | !l | condition | 
|---|---|---|---|
| 64 | 0 | 1 | $option->{'version'} || '' | 
| 65 | 0 | 1 | $option->{'env'} || {} | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 17 | 0 | 1 | 0 | ref $that || $that |