File Coverage

blib/lib/Tweet/ToDelicious/Entity/Interface.pm
Criterion Covered Total %
statement 6 12 50.0
branch n/a
condition n/a
subroutine 2 8 25.0
pod 0 6 0.0
total 8 26 30.7


line stmt bran cond sub pod time code
1             package Tweet::ToDelicious::Entity::Interface;
2              
3 19     19   65010 use v5.14;
  19         73  
  19         709  
4 19     19   99 use warnings;
  19         34  
  19         2038  
5              
6 0     0 0   sub text {...}
7 0     0 0   sub screen_name {...}
8 0     0 0   sub urls {...}
9 0     0 0   sub tags {...}
10 0     0 0   sub posts {...}
11 0     0 0   sub in_reply_to_screen_name {...}
12              
13             1;