blib/lib/Circle/FE/Term/Widget/Scroller.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 15 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
134 | 0 | 0 | 0 | $datestamp ne $self->{'last_datestamp_top'} and length $self->{'last_datestamp_top'} |
152 | 0 | 0 | 0 | grep {$_ eq 'indent';} $str->tagnames and my $extent = $str->get_tag_missing_extent(0, 'indent') |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
80 | 0 | 0 | 0 | $widget->lines_above > $height * 2 or not $idx |
176 | 0 | 0 | 0 | $colourcache{$colspec} ||= sub { return 'Convert::Color'->new("rgb8:$1$1$2$2$3$3")->$AS_TERM->index if $colspec =~ /^#([0-9A-F])([0-9A-F])([0-9A-F])$/i; return 'Convert::Color'->new("rgb8:$1$2$3")->$AS_TERM->index if $colspec =~ /^#([0-9A-F]{2})([0-9A-F]{2})([0-9A-F]{2})$/i; return 'Convert::Color'->new("vga:$colspec")->index if $colspec =~ /^[a-z]+$/; print STDERR "TODO: Unknown colour spec $colspec\n"; 6; } ->() |
261 | 0 | 0 | 0 | $type eq 'fg' or $type eq 'bg' |