Branch Coverage

lib/Dictionary/Cambridge.pm
Criterion Covered Total %
branch 0 10 0.0


line true false branch
86 0 0 unless $self->dictionary and $word
87 0 0 unless $self->format
88 0 0 unless $self->format eq 'xml' or $self->format eq 'html'
99 0 0 if (my $e = $@)
103 0 0 if ($response->is_success and $response->content) { }