blib/lib/Thrift/IDL/CppInclude.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 9 | 9 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 3 | 3 | 100.0 |
pod | n/a | ||
total | 12 | 12 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Thrift::IDL::CppInclude; | ||||||
2 | |||||||
3 | =head1 NAME | ||||||
4 | |||||||
5 | Thrift::IDL::CppInclude | ||||||
6 | |||||||
7 | =head1 DESCRIPTION | ||||||
8 | |||||||
9 | Inherits from L |
||||||
10 | |||||||
11 | =cut | ||||||
12 | |||||||
13 | 6 | 6 | 35 | use strict; | |||
6 | 11 | ||||||
6 | 211 | ||||||
14 | 6 | 6 | 29 | use warnings; | |||
6 | 12 | ||||||
6 | 177 | ||||||
15 | 6 | 6 | 32 | use base qw(Thrift::IDL::Header); | |||
6 | 11 | ||||||
6 | 4919 | ||||||
16 | __PACKAGE__->mk_accessors(qw(value)); | ||||||
17 | |||||||
18 | =head1 METHODS | ||||||
19 | |||||||
20 | =head2 value | ||||||
21 | |||||||
22 | Scalar accessor | ||||||
23 | |||||||
24 | =cut | ||||||
25 | |||||||
26 | 1; |