Branch Coverage

blib/lib/Mars/Class.pm
Criterion Covered Total %
branch 20 20 100.0


line true false branch
21 3 50 @args ? :
35 17 36 if ($exports{'attr'} and not *{"${from}::attr";}{"CODE"})
38 14 39 if ($exports{'base'} and not *{"${from}::base";}{"CODE"})
41 17 36 unless (*{"${from}::false";}{"CODE"})
44 14 39 if ($exports{'from'} and not *{"${from}::from";}{"CODE"})
47 14 39 if ($exports{'mixin'} and not *{"${from}::mixin";}{"CODE"})
50 14 39 if ($exports{'role'} and not *{"${from}::role";}{"CODE"})
53 14 39 if ($exports{'test'} and not *{"${from}::test";}{"CODE"})
56 17 36 unless (*{"${from}::true";}{"CODE"})
59 14 39 if ($exports{'with'} and not *{"${from}::with";}{"CODE"})