S3TestUtils.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 19 | 15.7 |
line | l | !l | condition |
---|---|---|---|
141 | 0 | 4 | $host //= "s3.amazonaws.com" |
226 | 0 | 0 | $prefix //= "" |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
91 | 0 | 1 | 0 | $suffix //= join($EMPTY, map({(('A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z'), ('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z'), 0..9)[$_];} map({int rand 62;} 0..15))) |
102 | 0 | 0 | 1 | $ENV{'AMAZON_S3_LOCALSTACK'} || $ENV{'AMAZON_S3_MINIO'} |
114 | 0 | 0 | 0 | $S3TestUtils::EVAL_ERROR or not $response |
147 | 0 | 0 | 0 | $host //= $DEFAULT_LOCAL_STACK_HOST |
159 | 0 | 0 | 0 | $host //= $DEFAULT_MINIO_HOST |