File Coverage

blib/lib/LaTeX/TikZ/Mod/Pattern.pm
Criterion Covered Total %
statement 42 43 97.6
branch 7 10 70.0
condition n/a
subroutine 9 10 90.0
pod 5 6 83.3
total 63 69 91.3


line stmt bran cond sub pod time code
1             package LaTeX::TikZ::Mod::Pattern;
2              
3 10     10   36 use strict;
  10         13  
  10         261  
4 10     10   36 use warnings;
  10         13  
  10         318  
5              
6             =head1 NAME
7              
8             LaTeX::TikZ::Mod::Pattern - A modifier that fills a closed path with a pattern.
9              
10             =head1 VERSION
11              
12             Version 0.03
13              
14             =cut
15              
16             our $VERSION = '0.03';
17              
18 10     10   40 use LaTeX::TikZ::Interface;
  10         14  
  10         193  
19              
20 10     10   34 use Mouse;
  10         13  
  10         43  
21              
22             =head1 RELATIONSHIPS
23              
24             This class consumes the L role, and as such implements the L, L, L and L methods.
25              
26             =cut
27              
28             with 'LaTeX::TikZ::Mod';
29              
30             =head1 ATTRIBUTES
31              
32             =head2 C