Condition Coverage

blib/lib/Dist/Zilla/Util/SimpleMunge.pm
Criterion Covered Total %
condition 13 33 39.3


and 3 conditions

line !l l&&!r l&&r condition
150 0 0 0 $file and $file->can('content')
160 0 0 0 defined $callback and 'CODE' eq ref $callback
443 2 0 2 defined $config->{'lazy'} and 0 == $config->{'lazy'}
454 3 0 2 defined $config->{'lazy'} and 1 == $config->{'lazy'}
494 0 9 0 $file and $file->can('content')
505 0 9 0 ref $config and 'HASH' eq ref $config
518 0 9 0 exists $config->{'via'} and defined $config->{'via'}
0 9 0 exists $config->{'via'} and defined $config->{'via'} and 'CODE' eq ref $config->{'via'}
531 4 5 0 exists $config->{'lazy'} and not !defined($config->{'lazy'}) || 0 == $config->{'lazy'} || 1 == $config->{'lazy'}
570 9 0 0 exists $config->{'native'} and defined $config->{'native'}

or 3 conditions

line l !l&&r !l&&!r condition
531 3 2 0 !defined($config->{'lazy'}) || 0 == $config->{'lazy'} || 1 == $config->{'lazy'}