Condition Coverage

blib/lib/App/PDF/Link.pm
Criterion Covered Total %
condition 0 24 0.0


and 3 conditions

line !l l&&!r l&&r condition
392 0 0 0 $options->{'pdf'} and @ARGV > 1
779 0 0 0 $icon and not ref $icon

or 2 conditions

line l !l condition
108 0 0 $d || ''
215 0 0 $env->{'output'} ||= '__new__.pdf'
743 0 0 $opts{'-icon'} || 'PushPin'

or 3 conditions

line l !l&&r !l&&!r condition
380 0 0 0 $ident or $help
381 0 0 0 $man or $help
395 0 0 0 @ARGV < 1 or @ARGV > 2
705 0 0 0 $self->{'Annots'} ||= PDFArray()