| blib/lib/oCLI/View/Text.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 3 | 5 | 60.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 1 | 2 | 50.0 |
| pod | 0 | 1 | 0.0 |
| total | 4 | 8 | 50.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package oCLI::View::Text; | ||||||
| 2 | 1 | 1 | 1652 | use Moo; | |||
| 1 | 3 | ||||||
| 1 | 18 | ||||||
| 3 | |||||||
| 4 | sub render { | ||||||
| 5 | 0 | 0 | 0 | my ( $self, $c ) = @_; | |||
| 6 | |||||||
| 7 | 0 | print $c->stash->{text}; | |||||
| 8 | } | ||||||
| 9 | |||||||
| 10 | 1; |