Branch Coverage

blib/lib/Tempest.pm
Criterion Covered Total %
branch 5 34 14.7


line true false branch
184 0 1 if @_ % 2
200 0 0 unless (exists $params{$param_name})
211 0 0 if (exists $params{$param_name})
236 0 0 if $@
291 0 0 if (-r $input_file) { }
311 0 0 if (not -e $output_file or -w $output_file) { }
332 0 0 if (ref $coordinates ne 'ARRAY')
337 0 0 if (ref $pair ne 'ARRAY' or scalar @{$pair;} != 2)
356 0 0 if (-r $plot_file) { }
376 0 0 if (-r $color_file) { }
396 0 0 $overlay ? :
410 0 0 if ($opacity >= 0 and $opacity <= 100) { }
430 0 0 if ($self->has_image_lib($image_lib)) { }
458 3 0 if (ref $self ne 'Tempest')
463 3 0 if ($image_lib eq 'Image::Magick' or $image_lib eq 'Graphics::Magick' or $image_lib eq 'GD') { }
465 0 3 if (not $@) { }
481 0 3 if (has_image_lib($image_lib))