Condition Coverage

blib/lib/CPU/Z80/Assembler/Macro.pm
Criterion Covered Total %
condition 15 21 71.4


and 3 conditions

line !l l&&!r l&&r condition
143 167 31 8 $type eq "NAME" and $last_stmt_end
275 0 2 20 defined $token and not $token->type =~ /^[:\n,]$/
283 0 1 9 defined $token and $token->type eq ","
312 25 3 19 $type =~ /^[:\n,]$/ and $parens == 0

or 2 conditions

line l !l condition
37 0 21 $args{'params'} || []
0 21 $args{'locals'} || {}
0 21 $args{'tokens'} || []

or 3 conditions

line l !l&&r !l&&!r condition
292 0 16 3 not defined $token or $token->type =~ /^[:\n]$/