lib/Rex/Commands/Mkfs.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 15 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
57 | 0 | 0 | 0 | exists $option{'fstype'} and defined $option{'fstype'} |
66 | 0 | 0 | 0 | exists $option{'label'} and $option{'label'} |
0 | 0 | 0 | exists $option{'lable'} and $option{'lable'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
66 | 0 | 0 | 0 | exists $option{'label'} and $option{'label'} or exists $option{'lable'} and $option{'lable'} |
69 | 0 | 0 | 0 | $option{'label'} || $option{'lable'} |