File Coverage

blib/lib/Alien/libgraphqlparser.pm
Criterion Covered Total %
statement 11 11 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 15 15 100.0


line stmt bran cond sub pod time code
1             package Alien::libgraphqlparser;
2              
3 1     1   155544 use 5.006;
  1         3  
4 1     1   5 use strict;
  1         2  
  1         19  
5 1     1   4 use warnings;
  1         1  
  1         25  
6              
7 1     1   428 use parent 'Alien::Base';
  1         351  
  1         6  
8              
9             =head1 NAME
10              
11             Alien::libgraphqlparser - libgraphqlparser, with alien
12              
13             =head1 VERSION
14              
15             Version 0.02
16              
17             =cut
18              
19             our $VERSION = '0.02';
20              
21              
22             =head1 SYNOPSIS
23              
24             use Alien::libgraphqlparser;
25              
26             Alien::libgraphqlparser->libs();
27             Alien::libgraphqlparser->cflags();
28              
29             =head1 AUTHOR
30              
31             B Fraser, C<< >>
32              
33             =head1 BUGS
34              
35             Please report any bugs or feature requests to C, or through
36             the web interface at L. I will be notified, and then you'll
37             automatically be notified of progress on your bug as I make changes.
38              
39             =head1 LICENSE AND COPYRIGHT
40              
41             This software is Copyright (c) 2020 by B Fraser.
42              
43             This is free software, licensed under:
44              
45             The Artistic License 2.0 (GPL Compatible)
46              
47              
48             =cut
49              
50             1; # End of Alien::libgraphqlparser