Condition Coverage

blib/lib/Perl/Dist/Inno/System.pm
Criterion Covered Total %
condition 4 12 33.3


and 3 conditions

line !l l&&!r l&&r condition
42 0 0 1 defined $self->section and $self->section =~ /^(?:Run|UninstallRun)$/
49 1 0 0 defined $self->description and $self->section eq 'Run'
56 1 0 0 defined $self->status_msg and $self->section eq 'Run'
63 1 0 0 defined $self->run_once_id and $self->section eq 'UninstallRun'