Branch Coverage

blib/lib/Finance/Currency/Convert/WebserviceX.pm
Criterion Covered Total %
branch 0 12 0.0


line true false branch
41 0 0 unless length $value and $from =~ /^[A-Z]{3}$/ and $to =~ /^[A-Z]{3}$/
43 0 0 if ($from eq $to)
47 0 0 if (exists $cache{$key})
58 0 0 if $@
60 0 0 if (not $$self{'response'}->is_success) { }
63 0 0 if (($$self{'response'}->content || '') =~ m[(.*)]i) { }