Condition Coverage

blib/lib/App/CLI/Plugin/Config/YAML/Syck.pm
Criterion Covered Total %
condition 7 12 58.3


and 3 conditions

line !l l&&!r l&&r condition
109 9 0 0 -e $file and -f $file
114 2 0 1 exists $ENV{'APPCLI_CONFIGFILE'} and defined $ENV{'APPCLI_CONFIGFILE'}
117 2 0 1 exists $$self{'configfile'} and defined $$self{'configfile'}
121 2 0 1 exists $self->config->{'config_file'} and defined $self->config->{'config_file'}