File Coverage

blib/lib/Circle/Widget/Label.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             # You may distribute under the terms of the GNU General Public License
2             #
3             # (C) Paul Evans, 2008-2010 -- leonerd@leonerd.org.uk
4              
5             package Circle::Widget::Label;
6              
7 4     4   23 use strict;
  4         10  
  4         150  
8 4     4   20 use warnings;
  4         9  
  4         118  
9              
10 4     4   20 use base qw( Circle::Widget );
  4         10  
  4         763  
11              
12             0x55AA;