Branch Coverage

File:lib/MooX/Const.pm
Coverage:90.9%

line%coveragebranch
8250TF$target->isa('Moo::Object') ? :
8750TFif (my $has = $target->can("has"))
101100TFif ($is and $is =~ /^(?:const|wo)$/)
103100TFif (my $isa = $opts{'isa'}) { }
105100TFunless ($isa->$_isa("Type::Tiny"))
109100TFif ($isa->is_a_type_of(&Value())) { }
111100TFif ($is eq 'wo') { }
125100TFunless ($isa->is_a_type_of(&Ref()))
129100TFif ($isa->is_a_type_of(&Object()))
136100TFif ($opts{'trigger'} and $is ne "wo")
140100TF$is eq 'wo' ? :