File Coverage

blib/lib/oCLI/View/JSON.pm
Criterion Covered Total %
statement 0 2 0.0
branch n/a
condition n/a
subroutine 0 1 0.0
pod 0 1 0.0
total 0 4 0.0


line stmt bran cond sub pod time code
1             package oCLI::View::JSON;
2              
3             sub render {
4 0     0 0   my ( $self, $c ) = @_;
5              
6 0           print $c->stash->{json};
7             }
8              
9             1;