File Coverage

blib/lib/Net/Async/Github/Branch.pm
Criterion Covered Total %
statement 9 10 90.0
branch n/a
condition n/a
subroutine 3 4 75.0
pod 1 1 100.0
total 13 15 86.6


line stmt bran cond sub pod time code
1             package Net::Async::Github::Branch;
2              
3 2     2   224499 use strict;
  2         5  
  2         127  
4 2     2   15 use warnings;
  2         4  
  2         232  
5              
6             our $VERSION = '0.013'; # VERSION
7              
8 2     2   25 use parent qw(Net::Async::Github::Common);
  2         4  
  2         19  
9              
10             =head1 NAME
11              
12             Net::Async::Github::Branch
13              
14             =head1 DESCRIPTION
15              
16             Autogenerated module.
17              
18             =cut
19              
20             =head1 METHODS
21              
22             =cut
23              
24             =head2 name
25              
26             Provides an accessor for C.
27              
28             =cut
29              
30             sub name {
31             shift->{name}
32 0     0 1   }
33              
34             1;
35