line |
true |
false |
branch |
57
|
0 |
0 |
if (scalar @{$conv;} == 0) { } |
|
0 |
0 |
elsif (scalar @{$conv;} > 0) { } |
62
|
0 |
0 |
if (ref $$conv[0] eq 'HASH') { } |
73
|
0 |
0 |
unless ($$conv{'input'}) |
74
|
0 |
0 |
unless ($$conv{'output'}) |
75
|
0 |
0 |
unless ($$conv{'conversion'}) |
85
|
0 |
0 |
if (ref $$conv{'conversion'} eq 'ARRAY') |
91
|
0 |
0 |
if ($head =~ /^(.*?)\(/) |
94
|
0 |
0 |
if (defined 'Data::ConversionChain'->cmddat($self, $cmdbase)) { } |
95
|
0 |
0 |
if (my $datatype = 'Data::ConversionChain'->cmddat($self, $cmdbase, 'type')) { } |
101
|
0 |
0 |
if (scalar @{$$conv{'conversion'};} > 0) { } |
131
|
0 |
0 |
if ($conversion =~ /^(.*?)\((.*?)\)/) |
136
|
0 |
0 |
if ($self->cmddat($cmd, 'ext')) { } |
354
|
0 |
0 |
if (ref $$self{'config'}{'output'} eq 'Data::ConversionChain') |
450
|
0 |
0 |
if not $type and $$cmdset{$cmd} |
451
|
0 |
0 |
unless $type or $$cmdset{$cmd} |