Branch Coverage

blib/lib/Text/Corpus/Inspec/Document.pm
Criterion Covered Total %
branch 0 18 0.0


line true false branch
72 0 0 if exists $Parameters{'filename'}
73 0 0 if exists $Parameters{'uri'}
76 0 0 unless defined $filename
77 0 0 unless -f $Parameters{'filename'}
113 0 0 if (defined $$Self{'categories_uncontolled'}) { }
128 0 0 if (defined $$Self{'categories_contolled'}) { }
204 0 0 if exists $Parameters{'type'} and defined $Parameters{'type'} and length $Parameters{'type'}
207 0 0 if ($type eq 'c') { }
0 0 elsif ($type eq 'u') { }