File Coverage

blib/lib/GitHub/API/Org.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             #
2             # This file is part of GitHub-API
3             #
4             # This software is Copyright (c) 2013 by Chris Weyl.
5             #
6             # This is free software, licensed under:
7             #
8             # The GNU Lesser General Public License, Version 2.1, February 1999
9             #
10             package GitHub::API::Org;
11             {
12             $GitHub::API::Org::VERSION = '0.000000_03';
13             }
14              
15             # ABSTRACT: An organization
16              
17 1     1   691 use common::sense;
  1         2  
  1         8  
18 1     1   45 use parent 'GitHub::API::Base';
  1         1  
  1         8  
19              
20             # TODO no Repos class yet
21             #use aliased 'GitHub::API::Repos';
22             #sub repos { shift->_next_append(Repos, '/repos') }
23              
24             !!42;
25              
26             __END__