Branch Coverage

blib/lib/LaTeX/Writer/Simple.pm
Criterion Covered Total %
branch 20 20 100.0


line true false branch
132 3 1 if ref $_[0]
134 3 1 ref $$conf{'options'} eq 'ARRAY' ? :
138 8 8 if (ref $$conf{'packages'}{$package_name} eq 'ARRAY') { }
141 7 1 if ($$conf{'packages'}{$package_name})
147 1 3 if (ref $$conf{'author'} eq 'ARRAY')
155 3 1 if $$conf{'maketitle'}
165 1 16 ref $_[0] eq 'ARRAY' ? :
166 16 1 @_ ? :
168 1 16 if $opt_args
177 1 8 if (exists $$defaults{$key} and ref $$defaults{$key} eq 'HASH' and ref $$options{$key} eq 'HASH') { }