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   21 use strict;
  4         6  
  4         91  
8 4     4   16 use warnings;
  4         6  
  4         87  
9 4     4   16 use base qw( Circle::Widget );
  4         8  
  4         493  
10              
11             our $VERSION = '0.173320';
12              
13             0x55AA;