Skip to content

Commit

Permalink
update coverage results
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaputo committed Jul 28, 2001
1 parent 82176b5 commit cf336d3
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions README
Expand Up @@ -150,7 +150,7 @@ tests themselves. For a more accurate determination of POE's speed,
balance the CPU seconds against the test machine's hardware and
operating system.

** POE 0.15 on FreeBSD (dngor)
** POE 0.1501 on FreeBSD (dngor)

Hardware: Athlon-1000; 512MB RAM
System : FreeBSD 4.3-STABLE
Expand All @@ -161,7 +161,7 @@ Event : 0.81
IO::Pty : 0.01

All tests successful.
Files=26, Tests=494, 83 wallclock secs ( 7.78 cusr + 0.55 csys = 8.33 CPU)
Files=26, Tests=559, 84 wallclock secs ( 7.65 cusr + 0.78 csys = 8.43 CPU)

** POE 0.15 on Solaris 8 (dynweb)

Expand Down Expand Up @@ -242,36 +242,36 @@ These results are for version 0.15.
Source File = Ran / Total = Covered
POE.pm = 23 / 24 = 95.83%
POE/Component.pm = 5 / 5 = 100.00%
POE/Component/Server/TCP.pm = 28 / 32 = 87.50%
POE/Component/Server/TCP.pm = 32 / 32 = 100.00%
POE/Driver.pm = 5 / 5 = 100.00%
POE/Driver/SysRW.pm = 42 / 54 = 77.78%
POE/Driver/SysRW.pm = 45 / 54 = 83.33%
POE/Filter.pm = 5 / 5 = 100.00%
POE/Filter/Block.pm = 37 / 37 = 100.00%
POE/Filter/Grep.pm = 11 / 19 = 57.89%
POE/Filter/HTTPD.pm = 11 / 88 = 12.50%
POE/Filter/Line.pm = 77 / 82 = 93.90%
POE/Filter/Map.pm = 11 / 19 = 57.89%
POE/Filter/RecordBlock.pm = 22 / 41 = 53.66%
POE/Filter/Reference.pm = 69 / 75 = 92.00%
POE/Filter/Stackable.pm = 17 / 40 = 42.50%
POE/Filter/Stream.pm = 11 / 11 = 100.00%
POE/Kernel.pm = 868 / 1119 = 77.57%
POE/Filter/Block.pm = 51 / 51 = 100.00%
POE/Filter/Grep.pm = 23 / 31 = 74.19%
POE/Filter/HTTPD.pm = 18 / 90 = 20.00%
POE/Filter/Line.pm = 86 / 114 = 75.44%
POE/Filter/Map.pm = 22 / 29 = 75.86%
POE/Filter/RecordBlock.pm = 24 / 48 = 50.00%
POE/Filter/Reference.pm = 81 / 84 = 96.43%
POE/Filter/Stackable.pm = 31 / 40 = 77.50%
POE/Filter/Stream.pm = 21 / 21 = 100.00%
POE/Kernel.pm = 869 / 1120 = 77.59%
POE/Kernel/Event.pm = 1 / 9 = 11.11%
POE/Kernel/Gtk.pm = 2 / 17 = 11.76%
POE/Kernel/Select.pm = 6 / 12 = 50.00%
POE/Kernel/Tk.pm = 2 / 19 = 10.53%
POE/NFA.pm = 90 / 173 = 52.02%
POE/Pipe/OneWay.pm = 20 / 39 = 51.28%
POE/Pipe/TwoWay.pm = 23 / 43 = 53.49%
POE/Preprocessor.pm = 154 / 183 = 84.15%
POE/Session.pm = 143 / 198 = 72.22%
POE/NFA.pm = 114 / 203 = 56.16%
POE/Pipe/OneWay.pm = 21 / 39 = 53.85%
POE/Pipe/TwoWay.pm = 23 / 42 = 54.76%
POE/Preprocessor.pm = 108 / 186 = 58.06%
POE/Session.pm = 177 / 227 = 77.97%
POE/Wheel.pm = 11 / 11 = 100.00%
POE/Wheel/FollowTail.pm = 87 / 108 = 80.56%
POE/Wheel/FollowTail.pm = 90 / 108 = 83.33%
POE/Wheel/ListenAccept.pm = 51 / 65 = 78.46%
POE/Wheel/ReadWrite.pm = 129 / 215 = 60.00%
POE/Wheel/Run.pm = 176 / 243 = 72.43%
POE/Wheel/SocketFactory.pm = 204 / 248 = 82.26%
All Told = 2341 / 3239 = 72.28%
POE/Wheel/ReadWrite.pm = 135 / 222 = 60.81%
POE/Wheel/Run.pm = 176 / 247 = 71.26%
POE/Wheel/SocketFactory.pm = 205 / 249 = 82.33%
All Told = 2463 / 3409 = 72.25%

Thanks for reading!

Expand Down

0 comments on commit cf336d3

Please sign in to comment.