blib/lib/EB/Report/Reporter.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 23 | 0.0 |
line | l | !l | condition |
---|---|---|---|
45 | 0 | 0 | $col->{'title'} || '' |
47 | 0 | 0 | $col->{'align'} || '<' |
190 | 0 | 0 | $self->style('_any', $cell) || {} |
191 | 0 | 0 | $self->style($row, $cell) || {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
32 | 0 | 0 | 0 | ref $class || $class |
41 | 0 | 0 | 0 | $col->{'sep'} || ' ' x $col->{'width'} |
46 | 0 | 0 | 0 | $col->{'width'} || length $a->{'title'} |
48 | 0 | 0 | 0 | $col->{'style'} || $col->{'name'} |
167 | 0 | 0 | 0 | $self->{'fh'} ||= *STDOUT |