Condition Coverage

blib/lib/PDF/Builder/NamedDestination.pm
Criterion Covered Total %
condition 8 30 26.6


and 3 conditions

line !l l&&!r l&&r condition
99 1 0 0 defined $opts{'-fit'} and not defined $opts{'fit'}
100 1 0 0 defined $opts{'-fith'} and not defined $opts{'fith'}
101 1 0 0 defined $opts{'-fitb'} and not defined $opts{'fitb'}
102 1 0 0 defined $opts{'-fitbh'} and not defined $opts{'fitbh'}
103 1 0 0 defined $opts{'-fitv'} and not defined $opts{'fitv'}
104 1 0 0 defined $opts{'-fitbv'} and not defined $opts{'fitbv'}
105 1 0 0 defined $opts{'-fitr'} and not defined $opts{'fitr'}
106 1 0 0 defined $opts{'-xyz'} and not defined $opts{'xyz'}
138 0 0 0 ref $opts{'fitr'} eq "ARRAY" and scalar @{$opts{'fitr'};} == 4
144 0 0 0 ref $opts{'xyz'} eq "ARRAY" and scalar @{$opts{'xyz'};} == 3