File Coverage

blib/lib/TeX/Hyphen/Pattern/Quote_rm.pm
Criterion Covered Total %
statement 16 16 100.0
branch n/a
condition n/a
subroutine 7 7 100.0
pod 2 2 100.0
total 25 25 100.0


line stmt bran cond sub pod time code
1             ## no critic qw(RequirePodSections) # -*- cperl -*-
2             # This file is auto-generated by the Perl TeX::Hyphen::Pattern Suite hyphen
3             # pattern catalog generator. This code generator comes with the
4             # TeX::Hyphen::Pattern module distribution in the tools/ directory
5             #
6             # Do not edit this file directly.
7              
8             package TeX::Hyphen::Pattern::Quote_rm v1.1.7;
9 3     3   1977 use strict;
  3         11  
  3         114  
10 3     3   19 use warnings;
  3         10  
  3         73  
11 3     3   44 use 5.014000;
  3         11  
12 3     3   20 use utf8;
  3         10  
  3         22  
13              
14 3     3   100 use Moose;
  3         6  
  3         16  
15              
16             my $pattern_file = q{};
17             while (<DATA>) {
18             $pattern_file .= $_;
19             }
20              
21             sub pattern_data {
22 1     1 1 4 return $pattern_file;
23             }
24              
25             sub version {
26 157     157 1 775 return $TeX::Hyphen::Pattern::Quote_rm::VERSION;
27             }
28              
29             1;
30             ## no critic qw(RequirePodAtEnd RequireASCII ProhibitFlagComments)
31              
32             =encoding utf8
33              
34             =for stopwords CTAN Ipenburg Quote_rm
35              
36             =head1 NAME
37              
38             TeX::Hyphen::Pattern::Quote_rm - class for hyphenation in locale Quote_rm
39              
40             =head1 SUBROUTINES/METHODS
41              
42             =over 4
43              
44             =item $pattern-E<gt>pattern_data();
45              
46             Returns the pattern data.
47              
48             =item $pattern-E<gt>version();
49              
50             Returns the version of the pattern package.
51              
52             =back
53              
54             =head1 COPYRIGHT
55              
56             =begin text
57              
58             \bgroup
59             \lccode`\’=`\’
60              
61             =end text
62              
63             =cut
64              
65             __DATA__
66             \patterns{
67             2’2
68             2’.
69             2b’
70             2c’
71             2ch’.
72             2ch’’
73             2d’
74             2f’
75             2g’
76             2h’
77             2j’
78             2k’
79             2l’.
80             2l’’
81             2m’
82             2n’
83             2p’
84             2q’
85             2r’
86             4s’.
87             4s’’
88             2sch’
89             2schs’
90             2sh’
91             2st’
92             4tsch’
93             4tschs’
94             2t’.
95             2t’’
96             2v’.
97             2v’’
98             2w’
99             2x’
100             2z’.
101             2z’’
102             }
103