File Coverage

blib/lib/MojoMojo/Controller/Journal.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package MojoMojo::Controller::Journal;
2              
3 35     35   17778 use strict;
  35         90  
  35         1102  
4 35     35   184 use parent 'Catalyst::Controller';
  35         85  
  35         246  
5              
6             =head1 NAME
7              
8             MojoMojo::Controller::Journal - Journaling for MojoMojo?
9              
10             =head1 SYNOPSIS
11              
12             TODO
13              
14             =head1 DESCRIPTION
15              
16             Would preferably get some sort of integration with MTOS and Angerwhale to allow
17             embedding blogs at given node points here.
18              
19             =head1 AUTHOR
20              
21             Marcus Ramberg <mramberg@cpan.org>
22              
23             =head1 LICENSE
24              
25             This library is free software. You can redistribute it and/or modify it under
26             the same terms as Perl itself.
27              
28             =cut
29              
30             1;