| lib/Graphics/Toolkit/Color/Values.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 12 | 33.3 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 120 | 0 | 0 | 80 | ref $ingredient ne "HASH" or not exists $ingredient->{'percent'} |
| 122 | 0 | 0 | 80 | ref $ingredient ne "HASH" or not exists $ingredient->{'percent'} |
| 0 | 0 | 80 | ref $ingredient ne "HASH" or not exists $ingredient->{'percent'} or not exists $ingredient->{'color'} | |
| 0 | 0 | 80 | ref $ingredient ne "HASH" or not exists $ingredient->{'percent'} or not exists $ingredient->{'color'} or ref $ingredient->{'color'} ne __PACKAGE__ |