Condition Coverage

blib/lib/TOML/Parser.pm
Criterion Covered Total %
condition 7 13 53.8


and 3 conditions

line !l l&&!r l&&r condition
16 56 0 0 @_ == 1 && ref $_[0] eq 'HASH'
196 11 11 0 defined $last_token and $token->[0] ne $last_token->[0]

or 2 conditions

line l !l condition
113 0 58 $TOML::Parser::CONTEXT->{$k} ||= {}
133 0 0 $TOML::Parser::CONTEXT->{$k} ||= {}

or 3 conditions

line l !l&&r !l&&!r condition
149 78 20 228 $type eq 'INTEGER' or $type eq 'FLOAT'