blib/lib/Text/BarGraph.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 20 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
138 | 0 | 0 | 0 | $$self{'autosize'} and -t STDOUT |
0 | 0 | 0 | $$self{'autosize'} and -t STDOUT and eval 'require Term::ReadKey' |
line | l | !l | condition |
---|---|---|---|
102 | 0 | 0 | ref $self || die("$self is not an object") |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
70 | 0 | 0 | 0 | ref $that || $that |
145 | 0 | 0 | 0 | not defined $min_data or $min_data > $$data{$key} |
151 | 0 | 0 | 0 | not defined $max_data or $$data{$key} > $max_data |
155 | 0 | 0 | 0 | not defined $max_data or $$self{'max_data'} > $max_data |