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   15 use strict;
  4         6  
  4         99  
8 4     4   13 use warnings;
  4         5  
  4         94  
9              
10 4     4   13 use base qw( Circle::Widget );
  4         5  
  4         238  
11              
12             0x55AA;