Condition Coverage

blib/lib/Type/Tie.pm
Criterion Covered Total %
condition 7 17 41.1


and 3 conditions

line !l l&&!r l&&r condition
82 4 0 2 $type->can('has_coercion') and $type->can('coerce')
4 0 2 $type->can('has_coercion') and $type->can('coerce') and $type->has_coercion
120 0 0 15 $type && $type->can('get_message')

or 2 conditions

line l !l condition
120 0 0 $type || 'Unknown'

or 3 conditions

line l !l&&r !l&&!r condition
52 0 4 0 $impl ||= eval { do { require Hash::FieldHash; 'Hash::FieldHash' } }
53 4 0 0 $impl ||= do { require Hash::Util::FieldHash; 'Hash::Util::FieldHash' }