Branch Coverage

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


line true false branch
127 3 1 if ref $_[0]
129 3 1 ref $conf->{'options'} eq 'ARRAY' ? :
133 8 8 if (ref $conf->{'packages'}{$package_name} eq 'ARRAY') { }
136 7 1 if ($conf->{'packages'}{$package_name})
142 1 3 if (ref $conf->{'author'} eq 'ARRAY')
150 3 1 if $conf->{'maketitle'}
160 1 16 ref $_[0] eq 'ARRAY' ? :
161 16 1 @_ ? :
163 1 16 if $opt_args
172 1 8 if (exists $defaults->{$key} and ref $defaults->{$key} eq 'HASH' and ref $options->{$key} eq 'HASH') { }