line |
true |
false |
branch |
15
|
0 |
0 |
unless ($arg) |
19
|
0 |
0 |
unless ($pkg) |
20
|
0 |
0 |
if (my $ref = ref $arg) |
21
|
0 |
0 |
if ($ref eq 'SCALAR') |
23
|
0 |
0 |
unless ($self->context->config->{'not_decode'}) |
24
|
0 |
0 |
if (utf8::is_utf8($html)) |
36
|
0 |
0 |
if ($pkg->isa('URI')) { } |
|
0 |
0 |
elsif ($pkg->isa('HTTP::Response')) { } |
59
|
0 |
0 |
if ($$args{'element_flag'}) |
64
|
0 |
0 |
unless ($c->config->{'not_decode'}) |
77
|
0 |
0 |
if (not $args) { } |
79
|
0 |
0 |
unless 'HTML::Feature::Fetcher'->require |
83
|
0 |
0 |
unless $self->_fetcher |
93
|
0 |
0 |
if (not $args) { } |
95
|
0 |
0 |
unless 'HTML::Feature::Decoder'->require |
98
|
0 |
0 |
unless $self->_decoder |