Condition Coverage

blib/lib/TMDB/Movie.pm
Criterion Covered Total %
condition 15 38 39.4


or 2 conditions

line l !l condition
93 0 0 $response->{'titles'} || []
105 0 2 $response->{'cast'} || []
116 0 6 $response->{'crew'} || []
143 0 0 $response->{'keywords'} || []
157 0 0 $response->{'countries'} || []
178 0 0 $response->{'translations'} || []
292 0 1 $response->{'etag'} || ''
306 1 0 $info->{'title'} || ''
314 0 1 $info->{'release_date'} || ''
325 0 1 $info->{'tagline'} || ''
333 2 0 $info->{'overview'} || ''
341 0 1 $info->{'imdb_id'} || ''
352 0 1 $info->{'belongs_to_collection'}{'id'} || ''
374 0 1 $info->{'homepage'} || ''
422 0 1 $info->{'poster_path'} || ''
430 0 1 $response->{'posters'} || []
439 0 1 $info->{'backdrop_path'} || ''
447 0 1 $response->{'backdrops'} || []
458 0 1 $trailers->{'youtube'} || []