Condition Coverage

blib/lib/PDF/TextBlock.pm
Criterion Covered Total %
condition 0 35 0.0


and 3 conditions

line !l l&&!r l&&r condition
258 0 0 0 $self->fonts and $self->fonts->{$tag}
0 0 0 $self->fonts and $self->fonts->{'default'}
316 0 0 0 $tag and $tag =~ m[^/]
351 0 0 0 $first_line and defined $self->hang
0 0 0 $first_line and defined $self->flindent
0 0 0 $first_paragraph and defined $self->fpindent
372 0 0 0 @paragraph and $line_width + scalar(@line) * $space_width + $width{$paragraph[0]} < $self->w
385 0 0 0 $self->align eq 'justify' and @paragraph

or 2 conditions

line l !l condition
517 0 0 $words ||= 100

or 3 conditions

line l !l&&r !l&&!r condition
241 0 0 0 ref $pdf eq 'PDF::API2' or ref $pdf eq 'PDF::Builder'
385 0 0 0 $self->align eq 'fulljustify' or $self->align eq 'justify' and @paragraph
402 0 0 0 $align eq 'justify' or grep /<.*>/, @line