blib/lib/Geoffrey/Action/Table.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 19 | 73.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
14 | 1 | 7 | 0 | $self->{'template'} and not $self->{'template'}->template($s_template) |
77 | 1 | 0 | 12 | $hr_params and $hr_params->{'name'} |
103 | 10 | 0 | 1 | scalar @columns == 0 and not $self->converter->can_create_empty_table |
137 | 0 | 1 | 11 | $s_sub and $obj_action->can($s_sub) |
line | l | !l | condition |
---|---|---|---|
34 | 1 | 9 | $_[0]{'postfix'} // '' |
40 | 1 | 9 | $_[0]{'prefix'} // '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
14 | 0 | 1 | 7 | $self->{'template'} and not $self->{'template'}->template($s_template) or not $self->{'template'} |