Branch Coverage

blib/lib/AI/Categorizer/Collection.pm
Criterion Covered Total %
branch 3 12 25.0


line true false branch
25 0 7 if ($args{'stopwords'} and UNIVERSAL::isa($args{'stopwords'}, 'ARRAY'))
31 0 7 if ($$self{'category_file'})
33 0 0 unless open FH, $$self{'category_file'}
40 0 7 if (exists $$self{'stopword_file'})
43 0 0 unless open FH, "< $$self{'stopword_file'}"
60 0 0 if exists $$self{'document_count'}