lib/Bio/Graphics/Glyph/Factory.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 27 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
375 | 0 | 0 | 0 | $$self{'stylesheet'} and not $feature->type =~ /track|group/ |
423 | 0 | 0 | 0 | exists $$self{'overriding_options'} and exists $$self{'overriding_options'}{$option_name} |
426 | 0 | 0 | 0 | exists $$self{'stylesheet'} and my $ss = $$self{'stylesheet'} |
436 | 0 | 0 | 0 | exists $$self{'options'} and my $map = $$self{'options'} |
437 | 0 | 0 | 0 | exists $$map{$option_name} and defined(my $value = $$map{$option_name}) |
444 | 0 | 0 | 0 | defined $val && $val eq '*default*' |
line | l | !l | condition |
---|---|---|---|
338 | 0 | 0 | $type ||= 'generic' |
377 | 0 | 0 | $val || 'generic' |
391 | 0 | 0 | $val || 'generic' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
335 | 0 | 0 | 0 | $forced_type || $self->feature_to_glyph($f) |