Condition Coverage

blib/lib/portable/loader/TOML.pm
Criterion Covered Total %
condition 2 6 33.3


or 3 conditions

line l !l&&r !l&&!r condition
26 0 1 0 $decoder ||= 'JSON::Eval'->new($me->_get_parser)
51 0 1 0 $p ||= eval "\n\t\tpackage portable::loader::TOML::_Parser;\n\t\trequire TOML::Parser;\n\t\tour \@ISA = 'TOML::Parser';\n\t\tsub decode { shift->parse(\@_) };\n\t\t__PACKAGE__->new;\n\t"