Branch Coverage

blib/lib/POE/Component/WWW/Cache/Google.pm
Criterion Covered Total %
branch 0 14 0.0


line true false branch
28 0 0 if ($$in_ref{'fetch'})
38 0 0 unless ($response->is_success)
40 0 0 if ($$in_ref{'error'} eq '404 Not Found')
47 0 0 unless ($$in_ref{'content'} =~ /
53 0 0 if (ref $$in_ref{'fetch'} eq 'SCALAR')
57 0 0 if (-e $filename and not $$in_ref{'overwrite'})
62 0 0 if (open my $fh, '>', $filename) { }