Branch Coverage

blib/lib/WebService/WsScreenshot.pm
Criterion Covered Total %
branch 0 26 0.0


line true false branch
61 0 0 ref $in[0] eq 'HASH' ? :
64 0 0 unless $args->{'url'}
67 0 0 unless "URI"->new($args->{'url'})->scheme =~ /^https?$/
77 0 0 exists $args->{'res_x'} ? :
0 0 exists $args->{'res_y'} ? :
0 0 exists $args->{'out_format'} ? :
0 0 exists $args->{'wait_time'} ? :
0 0 exists $args->{'is_full_page'} ? :
83 0 0 ref $in[0] eq 'HASH' ? :
87 0 0 if ($res->content_type eq "application/json")
97 0 0 ref $in[0] eq 'HASH' ? :
100 0 0 unless $args->{'out_file'}
105 0 0 unless open my $sf, ">", $args->{'out_file'}