blib/lib/Text/Amuse/Compile/Fonts/Import.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 33 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
155 | 0 | 0 | 0 | $current{'family'} and $current{'glyphs'} |
0 | 0 | 0 | $current{'family'} and $current{'glyphs'} and $current{'style'} | |
0 | 0 | 0 | $current{'family'} and $current{'glyphs'} and $current{'style'} and $current{'weight'} | |
177 | 0 | 0 | 0 | $style and $all{$name} |
191 | 0 | 0 | 0 | $name eq "glyphs" and not $value =~ /\.(t|o)tf\z/i |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
160 | 0 | 0 | 0 | $current{'weight'} == 400 or $current{'weight'} == 500 |
169 | 0 | 0 | 0 | $current{'weight'} == 400 or $current{'weight'} == 500 |
203 | 0 | 0 | 0 | $self->import_with_fclist || $self->import_with_imagemagick |
216 | 0 | 0 | 0 | $files->{'bolditalic'} || $files->{'boldoblique'} || $files->{'boldslanted'} |
0 | 0 | 0 | $files->{'italic'} || $files->{'oblique'} || $files->{'slanted'} | |
0 | 0 | 0 | $files->{'regular'} || $files->{'book'} || $files->{'roman'} || $files->{'medium'} |