| line | true | false | branch | 
 
| 15 | 0 | 1 | if ($args{'CACHE'}) | 
 
| 18 | 0 | 0 | unless ref $args{'CACHE'} eq "ARRAY" | 
 
| 28 | 0 | 1 | if ($args{'DUMP'}) | 
 
| 31 | 0 | 0 | unless ref $args{'DUMP'} eq "ARRAY" | 
 
| 39 | 0 | 1 | if ($args{'TIE'}) | 
 
| 45 | 0 | 0 | if ($@) | 
 
| 49 | 0 | 0 | unless ($rc) | 
 
| 63 | 1 | 1 | if (exists $self->{'C'}{$key}) | 
 
| 88 | 0 | 1 | if (defined $self->{'CACHE'} and not defined $self->{'CACHE'}{$value}) | 
 
| 91 | 0 | 0 | if $DEBUG | 
 
| 97 | 0 | 1 | if (defined $self->{'DUMP'} and defined $self->{'DUMP'}{$value}) | 
 
| 100 | 0 | 0 | if $DEBUG | 
 
| 106 | 0 | 1 | if (defined $self->{'REGEX'} and not $value =~ /$self->{'REGEX'}/) | 
 
| 109 | 0 | 0 | if $DEBUG | 
 
| 115 | 0 | 1 | if $DEBUG |