Branch Coverage

blib/lib/DBIx/Class/DeploymentHandler/VersionHandler/Monotonic.pm
Criterion Covered Total %
branch 9 10 90.0


line true false branch
34 0 1 ref $version ? :
61 1 16 if ($self->to_version > $self->_version) { }
7 9 elsif ($self->to_version == $self->_version) { }
75 1 31 if ($self->to_version < $self->initial_version) { }
15 16 elsif ($self->to_version == $self->_version) { }