Changes between Version 50 and Version 51 of GoogleCodeIn2010Tasks
- Timestamp:
- 11/05/10 05:40:39 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GoogleCodeIn2010Tasks
v50 v51 723 723 ''Details'': Many of our [http://docs.parrot.org/parrot/latest/html/docs/user/pir/pmcs.pod.html PMCs] don't have complete test coverage. Although 100% coverage may not be possible in all cases, we can do better. We will provide a list of PMCs which need increased test coverage and notes about any PMCs which may provide difficulties in reaching 100%. A task will be complete when, at the mentor's discretion, a PMC's coverage is increased as much as is practical, ideally to 100%. This task requires the use of PIR, but increasing test coverage will usually require a small and easily-learned subset of PIR. 724 724 725 PMCs according to test coverage: 726 {{{ 727 29.4 multisub.pmc 728 37.1 socket.pmc 729 45.5 role.pmc 730 59.5 bignum.pmc 731 59.5 integer.pmc 732 66.7 sockaddr.pmc 733 67.9 eventhandler.pmc 734 71.1 undef.pmc 735 73.8 continuation.pmc 736 76.0 complex.pmc 737 76.9 bigint.pmc 738 77.0 capture.pmc 739 78.6 string.pmc 740 80.0 timer.pmc 741 80.2 orderedhash.pmc 742 80.3 hash.pmc 743 81.8 filehandle.pmc 744 82.3 sub.pmc 745 83.3 object.pmc 746 85.9 coroutine.pmc 747 87.8 callcontext.pmc 748 89.4 class.pmc 749 89.6 namespace.pmc 750 94.9 float.pmc 751 95.2 exceptionhandler.pmc 752 95.2 exception.pmc 753 95.3 exporter.pmc 754 96.3 fixedpmcarray.pmc 755 }}} 756 757 725 758 == Task : Increase test coverage of Math::Primality == 726 759