Condition Coverage

blib/lib/DataStore/CAS/FS/InvalidUTF8.pm
Criterion Covered Total %
condition 3 6 50.0


or 3 conditions

line l !l&&r !l&&!r condition
14 66 0 0 not ref $str or ref($str)->isa('DataStore::CAS::FS::InvalidUTF8')
16 0 46 20 ref $str || utf8::is_utf8($str) || utf8::decode($str)