File Coverage

blib/lib/Net/LCDproc/Role/Widget.pm
Criterion Covered Total %
statement 3 5 60.0
branch n/a
condition n/a
subroutine 1 2 50.0
pod n/a
total 4 7 57.1


line stmt bran cond sub pod time code
1             package Net::LCDproc::Role::Widget;
2             $Net::LCDproc::Role::Widget::VERSION = '0.104';
3 1     1   779 use Moo::Role;
  1         2  
  1         7  
4              
5             sub _set_attr {
6 0     0     $_[0]->changed(1);
7 0           return 1;
8             }
9              
10             1;
11              
12             __END__