| line |
!l |
l&&!r |
l&&r |
condition |
|
21
|
2 |
490 |
5898 |
defined $_[0] && exists $space_obj{uc $_[0]} |
|
25
|
1966 |
0 |
60 |
ref $name eq "Graphics::Toolkit::Color::Space" and is_space_name($name->name) |
|
44
|
169 |
0 |
84 |
$space->alias and not ref get_space($space->alias) |
|
49
|
0 |
0 |
3 |
defined $name and $name |
|
67
|
384 |
52 |
0 |
$source_values and not $source_space->is_value_tuple($source_values) |
|
71
|
384 |
19 |
33 |
ref $source_values and $source_space eq $target_space |
|
80
|
128 |
0 |
15 |
@next_options and $next_space_name ne $default_space_name |
|
94
|
127 |
0 |
0 |
not $values_are_normal and $normal_in_out[0] |
|
95
|
0 |
127 |
0 |
$values_are_normal and not $normal_in_out[0] |
|
101
|
113 |
0 |
0 |
not $values_are_normal and $want_result_normalized |
|
102
|
0 |
108 |
5 |
$values_are_normal and not $want_result_normalized |
|
110
|
1 |
106 |
23 |
ref $values eq "ARRAY" and @$values == 3 || @$values == 4 |
|
121
|
142 |
0 |
15 |
@next_options and $next_space_name ne $default_space_name |
|
123
|
142 |
0 |
0 |
not $values_are_normal and $normal_in_out[0] |
|
124
|
0 |
142 |
0 |
$values_are_normal and not $normal_in_out[0] |
|
152
|
24 |
0 |
12 |
defined $space_name && $space_name |