Branch Coverage

blib/lib/Net/IMP/HTTP/Example/BlockContentType.pm
Criterion Covered Total %
branch 0 20 0.0


line true false branch
15 0 0 unless ($$self{'factory_args'}{'whiterx'} or $$self{'factory_args'}{'blackrx'})
27 0 0 unless my $rx = delete $cfg{$k}
28 0 0 if ref $rx
29 0 0 unless eval { do { qr/$rx/ } }
38 0 0 if not $cfg{$k} or ref $cfg{$k}
39 0 0 unless $cfg{$k} = eval { do { qr/$cfg{$k}/ } }
57 0 0 if (my $white = $$self{'factory_args'}{'whiterx'})
58 0 0 if ($ct =~ /$white/) { }
67 0 0 if (my $black = $$self{'factory_args'}{'blackrx'})
68 0 0 if ($ct =~ /$black/) { }