Branch Coverage

blib/lib/InfoSys/FreeDB/Entry/Track.pm
Criterion Covered Total %
branch 8 16 50.0


line true false branch
195 9 0 defined $_[0] ? :
198 0 9 unless ref $opt eq 'HASH'
201 0 9 if exists $$opt{'extt'}
204 9 0 if exists $$opt{'offset'}
207 0 9 if exists $$opt{'title'}
240 0 9 unless &_value_is_allowed('extt', $val)
251 0 9 unless &_value_is_allowed('offset', $val)
262 0 9 unless &_value_is_allowed('title', $val)