| line |
true |
false |
branch |
|
10
|
0 |
0 |
if @_ |
|
11
|
0 |
0 |
if @_ |
|
12
|
0 |
0 |
if @_ |
|
13
|
0 |
0 |
if @_ |
|
15
|
0 |
0 |
if @_ |
|
188
|
10 |
255 |
if ($col =~ /^rgb\((.+?),(.+?),(.+?)\)$/u) { } |
|
|
0 |
255 |
elsif ($col =~ /^rgba\((.+?),(.+?),(.+?),(.+?)\)$/u) { } |
|
|
134 |
121 |
elsif ($col =~ /^\#([a-f0-9]+)$/u) { } |
|
|
121 |
0 |
elsif (defined $colours{$col}) { } |
|
|
0 |
0 |
elsif ($col =~ /^url\(/u) { } |
|
195
|
134 |
0 |
if (length $1 == 6 or length $1 == 8) { } |
|
|
0 |
0 |
elsif (length $1 == 3 or length $1 == 4) { } |
|
200
|
0 |
134 |
if length $1 == 8 |
|
207
|
0 |
0 |
if length $1 == 4 |
|
222
|
6 |
570 |
if (/^(\d+(?:\.\d+)?)\%$/u) { } |
|
|
570 |
0 |
elsif (/^\d+$/u) { } |
|
240
|
600 |
0 |
if $_ >= 0 and $_ <= 255 |