Branch Coverage

blib/lib/WebService/UrbanDictionary.pm
Criterion Covered Total %
branch 2 4 50.0


line true false branch
21 0 1 unless my $term = shift()
23 0 1 unless my $res = decode_json($self->_ua->get($url)->decoded_content)