|  line  | 
 true  | 
 false  | 
 branch  | 
 
| 
19
 | 
 0  | 
 0  | 
 unless my $valid_values = $specification->{'enumeration_values'}
  | 
 
| 
23
 | 
 0  | 
 0  | 
 unless ref $valid_values eq 'ARRAY'
  | 
 
| 
28
 | 
 0  | 
 0  | 
 unless scalar @{$valid_values;} > 1
  | 
 
| 
45
 | 
 0  | 
 0  | 
 if ($allow_multiple_values) { }
  | 
 
| 
56
 | 
 0  | 
 0  | 
 if (defined $config_string)
  | 
 
| 
60
 | 
 0  | 
 0  | 
 if (defined $value_string)
  | 
 
| 
65
 | 
 0  | 
 0  | 
 if (@bad_values)
  | 
 
| 
96
 | 
 0  | 
 0  | 
 if (defined $config_string)
  | 
 
| 
100
 | 
 0  | 
 0  | 
 if (defined $value_string and $Perl::ToPerl6::TransformerParameter::Behavior::Enumeration::EMPTY ne $value_string and not defined $value_lookup->{$value_string})
  | 
 
| 
131
 | 
 0  | 
 0  | 
 if ($description)
  |