Branch Coverage

blib/lib/Dist/Zilla/Role/MutableFile.pm
Criterion Covered Total %
branch 8 8 100.0


line true false branch
50 451 129 if (not @_) { }
53 276 175 if ($self->has_content or $self->_content_source eq 'content') { }
84 948 2 unless (@_)
87 797 151 if ($self->has_encoded_content or $self->_content_source eq 'encoded_content') { }