File Coverage

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