Branch Coverage

blib/lib/AWS/Lambda/Quick/CreateZip.pm
Criterion Covered Total %
branch 5 8 62.5


line true false branch
51 0 2 if ($path->is_absolute)
59 0 2 unless -e $abs_path
70 1 1 unless -d $abs_path
82 0 1 unless ($self->_zip->writeToFileNamed($self->zip_filename->stringify) == 0)