The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Ukigumo::Helper - helper functions for Ukigumo

FUNCTIONS

status_str($status: Str) : Str

Get a string representation for status code.

status_color($status: Str) : Str

Get a color for the status code.

    STATUS_SUCCESS => green
    STATUS_FAIL    => red
    STATUS_NA      => yellow
    STATUS_SKIP    => gray