| blib/lib/Win32/AutoItX/Window.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 21 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 103 | 0 | 0 | 0 | &blessed($self{'autoitx'}) and $self{'autoitx'}->isa('Win32::AutoItX') |
| 201 | 0 | 0 | 0 | ref $args{'class'} and ref $args{'class'} eq 'Regexp' |
| 211 | 0 | 0 | 0 | $args{'visible'} and not $control->is_visible |
| 212 | 0 | 0 | 0 | $args{'enabled'} and not $control->is_enabled |
| 216 | 0 | 0 | 0 | ref $text and ref $text eq 'Regexp' |
| 282 | 0 | 0 | 0 | $control->is_visible and !$args{'enabled'} || $control->is_enabled |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 282 | 0 | 0 | 0 | !$args{'enabled'} || $control->is_enabled |