File Coverage

blib/lib/App/Donburi.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 App::Donburi;
2 1     1   219912 use strict;
  1         2  
  1         42  
3 1     1   6 use warnings;
  1         123  
  1         64  
4             our $VERSION = '0.03';
5              
6              
7              
8             1;
9             __END__
10              
11             =encoding utf8
12              
13             =head1 NAME
14              
15             App::Donburi - Web to IRC Gateway
16              
17             =head1 SYNOPSIS
18              
19             cpanm App::Donburi
20             donburi
21              
22             =head1 DESCRIPTION
23              
24             Donburi is Web to IRC Gateway.
25              
26             =head1 AUTHOR
27              
28             Kan Fushihara E<lt>kan dot fushihara at gmail dot comE<gt>
29             Nishibayashi Takuji E<lt>takuji {at} senchan.jpE<gt>
30              
31             =head1 SEE ALSO
32              
33             =head1 LICENSE
34              
35             Copyright (C) Kan Fushihara
36              
37             This library is free software; you can redistribute it and/or modify
38             it under the same terms as Perl itself.
39              
40             =cut