File Coverage

blib/lib/DDG/Publisher/Site/Whatisdnt/Root.pm
Criterion Covered Total %
statement 3 6 50.0
branch n/a
condition n/a
subroutine 1 4 25.0
pod 0 2 0.0
total 4 12 33.3


line stmt bran cond sub pod time code
1             package DDG::Publisher::Site::Whatisdnt::Root;
2             $DDG::Publisher::Site::Whatisdnt::Root::VERSION = '1042';
3 1     1   1063 use MooX;
  1         1  
  1         5  
4              
5             with qw(
6             DDG::Publisher::DirRole
7             );
8              
9 0     0 0   sub path { '/' }
10              
11             sub pages {{
12 0     0     index => sub {},
13 0     0 0   }}
14              
15             1;
16              
17             __END__
18              
19             =pod
20              
21             =head1 NAME
22              
23             DDG::Publisher::Site::Whatisdnt::Root
24              
25             =head1 VERSION
26              
27             version 1042
28              
29             =head1 AUTHOR
30              
31             Torsten Raudssus <torsten@raudss.us>
32              
33             =head1 COPYRIGHT AND LICENSE
34              
35             This software is Copyright (c) 2012 by DuckDuckGo, Inc. L<http://duckduckgo.com/>.
36              
37             This is free software, licensed under:
38              
39             The Apache License, Version 2.0, January 2004
40              
41             =cut