File Coverage

blib/lib/Biblio/Zotero/DB/Schema/ResultSet/StoredItem.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             package Biblio::Zotero::DB::Schema::ResultSet::StoredItem;
2             $Biblio::Zotero::DB::Schema::ResultSet::StoredItem::VERSION = '0.003';
3 13     13   91033 use strict;
  13         41  
  13         500  
4 13     13   77 use warnings;
  13         28  
  13         404  
5 13     13   72 use base 'Biblio::Zotero::DB::Schema::ResultSet::Item';
  13         26  
  13         1476  
6              
7             1;
8              
9             __END__