blib/lib/Data/Report/Base.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 17 | 33 | 51.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
261 | 11 | 14 | 0 | $stylist_code and not UNIVERSAL::isa($stylist_code, 'CODE') |
277 | 0 | 22 | 0 | $heading_code and not UNIVERSAL::isa($heading_code, 'CODE') |
291 | 22 | 3 | 0 | $heading_code and not UNIVERSAL::isa($heading_code, 'CODE') |
line | l | !l | condition |
---|---|---|---|
37 | 0 | 22 | delete $$args{'style'} || 'default' |
78 | 25 | 0 | $$self{'_base_close'} ||= sub { } |
141 | 55 | 38 | $$col{'align'} || '<' |
309 | 0 | 0 | $got ||= 'none' |
350 | 51 | 207 | &$stylist($self, '*', $cell) || {} |
351 | 55 | 203 | &$stylist($self, $row, $cell) || {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
34 | 0 | 22 | 0 | ref $class || $class |
141 | 93 | 0 | 0 | $$col{'title'} || ucfirst lc _T($$a{'name'}) |
93 | 0 | 0 | $$col{'width'} || length $$a{'title'} | |
0 | 93 | 0 | $$col{'style'} || $$col{'name'} |