blib/lib/Data/Report/Base.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 19 | 35 | 54.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
260 | 12 | 14 | 0 | $stylist_code and not UNIVERSAL::isa($stylist_code, 'CODE') |
276 | 0 | 22 | 0 | $heading_code and not UNIVERSAL::isa($heading_code, 'CODE') |
290 | 23 | 3 | 0 | $heading_code and not UNIVERSAL::isa($heading_code, 'CODE') |
line | l | !l | condition |
---|---|---|---|
36 | 0 | 22 | delete $args->{'style'} || 'default' |
37 | 21 | 1 | $type // '' |
77 | 26 | 0 | $self->{'_base_close'} ||= sub { } |
146 | 55 | 38 | $col->{'align'} || '<' |
308 | 0 | 0 | $got ||= 'none' |
349 | 51 | 207 | &$stylist($self, '*', $cell) || {} |
350 | 55 | 203 | &$stylist($self, $row, $cell) || {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
33 | 0 | 22 | 0 | ref $class || $class |
146 | 93 | 0 | 0 | $col->{'title'} || ucfirst lc _T($Data::Report::Base::a->{'name'}) |
93 | 0 | 0 | $col->{'width'} || length $Data::Report::Base::a->{'title'} | |
0 | 93 | 0 | $col->{'style'} || $col->{'name'} |