File Coverage

blib/lib/Chart/Clicker/Axis/DivisionType.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 Chart::Clicker::Axis::DivisionType;
2             $Chart::Clicker::Axis::DivisionType::VERSION = '2.89';
3 1     1   697 use Moose::Role;
  1         2  
  1         7  
4             requires qw{range ticks};
5              
6 1     1   4660 no Moose;
  1         2  
  1         6  
7              
8             1;
9              
10             __END__
11              
12             =pod
13              
14             =head1 NAME
15              
16             Chart::Clicker::Axis::DivisionType
17              
18             =head1 VERSION
19              
20             version 2.89
21              
22             =head1 DESCRIPTION
23              
24             =head1 NAME
25              
26             Chart::Clicker::Axis::DivisionType - Division style for ticks
27              
28             =head1 AUTHOR
29              
30             Rod Taylor <chartclicker@rbt.ca>
31              
32             =head1 SEE ALSO
33              
34             perl(1)
35              
36             =head1 LICENSE
37              
38             You can redistribute and/or modify this code under the same terms as Perl
39             itself.
40              
41             =head1 AUTHOR
42              
43             Cory G Watson <gphat@cpan.org>
44              
45             =head1 COPYRIGHT AND LICENSE
46              
47             This software is copyright (c) 2016 by Cory G Watson.
48              
49             This is free software; you can redistribute it and/or modify it under
50             the same terms as the Perl 5 programming language system itself.
51              
52             =cut