Condition Coverage

blib/lib/WebService/Slack/WebApi/Files.pm
Criterion Covered Total %
condition 3 15 20.0


and 3 conditions

line !l l&&!r l&&r condition
62 0 1 0 $self->client->token and $params->{'http_auth'}
163 0 0 0 defined $channel_not_found and ref $channel_not_found ne "CODE"
234 0 1 0 defined $error_handler and ref $error_handler ne "CODE"
241 0 1 0 defined $channel_not_found and ref $channel_not_found ne "CODE"

or 3 conditions

line l !l&&r !l&&!r condition
163 0 0 0 not defined $channel_not_found or defined $channel_not_found and ref $channel_not_found ne "CODE"