File Coverage

blib/lib/MojoMojo/View/JSON.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             package MojoMojo::View::JSON;
2 35     35   15159 use parent qw( Catalyst::View::JSON );
  35         109  
  35         350  
3              
4             __PACKAGE__->config->{expose_stash}='json';
5              
6              
7             =head1 NAME
8              
9             MojoMojo::View::JSON - Catalyst View
10              
11             =head1 DESCRIPTION
12              
13             Catalyst View.
14              
15             =head1 AUTHOR
16              
17             Sachin Sebastian <sachinjsk at cpan.org>
18              
19             =head1 LICENSE
20              
21             This library is free software. You can redistribute it and/or modify
22             it under the same terms as Perl itself.
23              
24             =cut
25              
26             1;