line |
true |
false |
branch |
45
|
0 |
17 |
if (not -e $self->configuration->wkhtmltopdf) |
66
|
7 |
2 |
if ($self->source->is_html) { } |
81
|
9 |
0 |
unless $default =~ m[^/] |
82
|
0 |
0 |
if (-e $default) { } |
97
|
0 |
0 |
$self->source->is_html ? : |
102
|
0 |
0 |
if ($path) |
106
|
0 |
0 |
unless (defined $output and length $output) |
124
|
2 |
15 |
if $self->source->is_url |
127
|
0 |
15 |
$@ ? : |
132
|
15 |
0 |
unless eval {
do {
require XML::LibXML
}
} |
147
|
0 |
0 |
$source->is_file ? : |
|
0 |
0 |
$source->is_html ? : |
154
|
0 |
0 |
unless $name and $name =~ s/^\Q$prefix\E//s |
169
|
0 |
0 |
if (@{$self->stylesheets;} and not $self->source->is_html) |
172
|
0 |
0 |
unless $self->source->is_html |
175
|
0 |
0 |
unless length $styles > 0 |
180
|
0 |
0 |
unless ($html =~ s[(?=)][$styles]) |
191
|
2 |
64 |
unless defined $val and length $val |
192
|
8 |
56 |
if (lc $val eq 'yes') { } |