| blib/lib/Stenciller/Wrap.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 13 | 29 | 44.8 |
| line | l | !l | condition |
|---|---|---|---|
| 120 | 0 | 17 | $self->add_header_line($line) and next LINE |
| 138 | 0 | 31 | $stencil->add_before_input($line) and next LINE |
| 142 | 0 | 29 | $stencil->add_input($line) and next LINE |
| 146 | 0 | 29 | $stencil->add_between($line) and next LINE |
| 150 | 0 | 29 | $stencil->add_output($line) and next LINE |
| 154 | 0 | 7 | $stencil->add_after_output($line) and next LINE |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 69 | 5 | 0 | 0 | scalar @args == 1 and ref $args[0] eq 'HASH' |
| 89 | 4 | 0 | 0 | $#_ == 0 && ref $_[0] eq 'HASH' |
| 123 | 3 | 0 | 8 | defined $possible_hash && $possible_hash =~ /{.*}/u |
| 169 | 9 | 0 | 2 | not $stencil->has_input and $self->skip_if_input_empty |
| 170 | 9 | 0 | 0 | not $stencil->has_output and $self->skip_if_output_empty |
| line | l | !l | condition |
|---|---|---|---|
| 82 | 0 | 0 | !!$count || 0 |