measure nonverbal empathy provided
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 6940
Geekbench Preview 2
Geekbench is a cross-platform benchmark for Mac OS X, Windows, and Linux. more>>
Geekbench is a cross-platform benchmark for Linux, Mac OS X and Windows. While Geekbench is still under heavy development, we think it’s useful enough that other people might be interested in running it.
Geekbench tries to measure the performance an average application can expect from the computer being benchmarked. As such, all of the benchmarks in Geekbench are written in platform-neutral C and C++, and have no platform-specific optimizations, and Geekbench is compiled with what we consider the de-facto standard compiler for each platform, with the compiler switches suggested by the compiler for release code.
<<lessGeekbench tries to measure the performance an average application can expect from the computer being benchmarked. As such, all of the benchmarks in Geekbench are written in platform-neutral C and C++, and have no platform-specific optimizations, and Geekbench is compiled with what we consider the de-facto standard compiler for each platform, with the compiler switches suggested by the compiler for release code.
Download (0.070MB)
Added: 2006-03-02 License: Freeware Price:
1332 downloads
Spike PHPCoverage 0.8
Spike PHPCoverage is an open-source tool for measuring and reporting code coverage provided by the test suite of a PHP apps. more>>
Spike PHPCoverage is an open-source tool for measuring and reporting code coverage provided by the test suite of a PHP application. The project can instrument and record the line coverage information for any PHP script at runtime.
Spike PHPCoverage also provides an extensible reporting mechanism with a standard HTML report implemented out of the box. The default report displays the summary information about the code coverage for an application and also shows the detailed information about a file including which lines were actually executed and with what frequency. It is possible to specify the directories and files that should be included and/or excluded from a coverage measurement.
Spike PHPCoverage works on PHP 5.0 and newer and uses Xdebug Extension for gathering the coverage data.
<<lessSpike PHPCoverage also provides an extensible reporting mechanism with a standard HTML report implemented out of the box. The default report displays the summary information about the code coverage for an application and also shows the detailed information about a file including which lines were actually executed and with what frequency. It is possible to specify the directories and files that should be included and/or excluded from a coverage measurement.
Spike PHPCoverage works on PHP 5.0 and newer and uses Xdebug Extension for gathering the coverage data.
Download (0.46MB)
Added: 2007-07-11 License: Other/Proprietary License Price:
837 downloads
Empathy 2.26.2 / 2.27.3
Empathy project is a Gnome IM/voice/video client reusing Gossips UI and using Nokias MissionControl. more>>
Empathy 2.26.2 / 2.27.3 gives an application which functions as a Gnome IM/voice/video client reusing Gossips UI and using Nokias Mission Control. It has a rich set of reusable instant messaging widgets, and a GNOME client using those widgets. It uses Telepathy and Nokias Mission Control, and reuses Gossips UI.
Major Features:
- Multi-protocol: Jabber, Gtalk, MSN, IRC, Salut, and all supported by pidgin
- Auto away and extended away using gnome-screensaver
- Auto re-connect using Network Manager
- Private and group chat (with smileys, spellcheck)
- Powerful theme engine for chats (Adium themes supported)
- Log conversations, view/search in logs and prepend logs in new chats
- Voice and Video call using SIP and XMPP (including support for Google Talk voice calls)
- File transfer for XMPP
- Geolocalisation of contacts (Display contacts on a map)
- Python bindings for libempathy and libempathy-gtk
- Collaborative work using Tubes
Requirements: none
Added: 2009-06-16 License: GPL Price: FREE
93 downloads
Other version of Empathy
License:GPL (GNU General Public License)
Text::NSP::Measures::2D::Fisher::twotailed 1.03
Text::NSP::Measures::2D::Fisher::twotailed is a Perl module implementation of the two-sided Fishers exact test. more>>
Text::NSP::Measures::2D::Fisher::twotailed is a Perl module implementation of the two-sided Fishers exact test.
SYNOPSIS
Basic Usage
use Text::NSP::Measures::2D::Fisher::twotailed;
my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10;
$twotailed_value = calculateStatistic( n11=>$n11,
n1p=>$n1p,
np1=>$np1,
npp=>$npp);
if( ($errorCode = getErrorCode()))
{
print STDERR $errorCode." - ".getErrorMessage();
}
else
{
print getStatisticName."value for bigram is ".$twotailed_value;
}
<<lessSYNOPSIS
Basic Usage
use Text::NSP::Measures::2D::Fisher::twotailed;
my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10;
$twotailed_value = calculateStatistic( n11=>$n11,
n1p=>$n1p,
np1=>$np1,
npp=>$npp);
if( ($errorCode = getErrorCode()))
{
print STDERR $errorCode." - ".getErrorMessage();
}
else
{
print getStatisticName."value for bigram is ".$twotailed_value;
}
Download (0.93MB)
Added: 2007-03-12 License: Perl Artistic License Price:
956 downloads
Text::NSP::Measures::2D::Fisher::left 1.03
Text::NSP::Measures::2D::Fisher::left is a Perl module implementation of the left sided Fishers exact test. more>>
Text::NSP::Measures::2D::Fisher::left is a Perl module implementation of the left sided Fishers exact test.
SYNOPSIS
Basic Usage
use Text::NSP::Measures::2D::Fisher::left;
my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10;
$left_value = calculateStatistic( n11=>$n11,
n1p=>$n1p,
np1=>$np1,
npp=>$npp);
if( ($errorCode = getErrorCode()))
{
print STDERR $errorCode." - ".getErrorMessage();
}
else
{
print getStatisticName."value for bigram is ".$left_value;
}
<<lessSYNOPSIS
Basic Usage
use Text::NSP::Measures::2D::Fisher::left;
my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10;
$left_value = calculateStatistic( n11=>$n11,
n1p=>$n1p,
np1=>$np1,
npp=>$npp);
if( ($errorCode = getErrorCode()))
{
print STDERR $errorCode." - ".getErrorMessage();
}
else
{
print getStatisticName."value for bigram is ".$left_value;
}
Download (0.93MB)
Added: 2007-03-12 License: Perl Artistic License Price:
956 downloads
Text::NSP::Measures::2D::Fisher2::twotailed 1.03
Text::NSP::Measures::2D::Fisher2::twotailed is a Perl module implementation of the two-sided Fishers exact test. more>>
Text::NSP::Measures::2D::Fisher2::twotailed is a Perl module implementation of the two-sided Fishers exact test.
SYNOPSIS
Basic Usage
use Text::NSP::Measures::2D::Fisher2::twotailed;
my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10;
$twotailed_value = calculateStatistic( n11=>$n11,
n1p=>$n1p,
np1=>$np1,
npp=>$npp);
if( ($errorCode = getErrorCode()))
{
print STDERR $errorCode." - ".getErrorMessage();
}
else
{
print getStatisticName."value for bigram is ".$twotailed_value;
}
This module provides a naive implementation of the fishers twotailed exact tests. That is the implementation does not have any optimizations for performance. This will compute the factorials and the hypergeometric measures using direct multiplications.
This measure should be used if you need exact values without any rounding errors, and you are not worried about the performance of the measure, otherwise use the implementations under the Text::NSP::Measures::2D::Fisher module. To use this implementation, you will have to specify the entire module name. Usage:
statistic.pl Text::NSP::Measures::Fisher2::twotailed dest.txt source.cnt
Assume that the frequency count data associated with a bigram < word1 >< word2 > is stored in a 2x2 contingency table:
word2 ~word2
word1 n11 n12 | n1p
~word1 n21 n22 | n2p
--------------
np1 np2 npp
where n11 is the number of times < word1 >< word2 > occur together, and n12 is the number of times < word1 > occurs with some word other than word2, and n1p is the number of times in total that word1 occurs as the first word in a bigram.
The fishers exact tests are calculated by fixing the marginal totals and computing the hypergeometric probabilities for all the possible contingency tables,
A twotailed fishers test is calculated by adding the probabilities of all the contingency tables with probabilities less than the probability of the observed table. The twotailed fishers test tells us how likely it would be to observe an contingency table which is less prpbable than the current table.
<<lessSYNOPSIS
Basic Usage
use Text::NSP::Measures::2D::Fisher2::twotailed;
my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10;
$twotailed_value = calculateStatistic( n11=>$n11,
n1p=>$n1p,
np1=>$np1,
npp=>$npp);
if( ($errorCode = getErrorCode()))
{
print STDERR $errorCode." - ".getErrorMessage();
}
else
{
print getStatisticName."value for bigram is ".$twotailed_value;
}
This module provides a naive implementation of the fishers twotailed exact tests. That is the implementation does not have any optimizations for performance. This will compute the factorials and the hypergeometric measures using direct multiplications.
This measure should be used if you need exact values without any rounding errors, and you are not worried about the performance of the measure, otherwise use the implementations under the Text::NSP::Measures::2D::Fisher module. To use this implementation, you will have to specify the entire module name. Usage:
statistic.pl Text::NSP::Measures::Fisher2::twotailed dest.txt source.cnt
Assume that the frequency count data associated with a bigram < word1 >< word2 > is stored in a 2x2 contingency table:
word2 ~word2
word1 n11 n12 | n1p
~word1 n21 n22 | n2p
--------------
np1 np2 npp
where n11 is the number of times < word1 >< word2 > occur together, and n12 is the number of times < word1 > occurs with some word other than word2, and n1p is the number of times in total that word1 occurs as the first word in a bigram.
The fishers exact tests are calculated by fixing the marginal totals and computing the hypergeometric probabilities for all the possible contingency tables,
A twotailed fishers test is calculated by adding the probabilities of all the contingency tables with probabilities less than the probability of the observed table. The twotailed fishers test tells us how likely it would be to observe an contingency table which is less prpbable than the current table.
Download (0.93MB)
Added: 2007-03-12 License: Perl Artistic License Price:
956 downloads
Measuring Buffer 20090628
Measuring Buffer is an enhanced version of buffer. more>>
Measuring Buffer 20090628 provides you with a perfect and enhanced version of buffer which features display of throughput, network support, memory-mapped file I/O for huge buffers and multithreading. This will be your excellent choice.
Major Features:
- Display of I/O speed
- Optional use of memory mapped I/O for huge buffers
- Multithreaded instead of sharedmemory ipc
- Multi volume support
- Autoloader support
- Networking support
- Compatible command-line options
Enhancements:
- This release fixes a hang on transfer sizes smaller than blocksize with status display active.
- It has a Gentoo compatibility update, a man page update, a summary display update, and a libmhash initialization fix.
- Termination latency with active status display is reduced.
- There is a fix for -q suppressing the output of -H.
Added: 2009-06-29 License: GPL v3 Price: FREE
14 downloads
Other version of Measuring Buffer
License:GPL (GNU General Public License)
WWW::RaptureReady 0.1
WWW::RaptureReady is a Perl interface to Rapture Readys Rapture Index. more>>
WWW::RaptureReady is a Perl interface to Rapture Readys Rapture Index.
SYNOPSIS
use WWW::RaptureReady;
my $rr = WWW::RaptureReady->new;
print "URL: ", $rr->url, "n",
"Current Index: ", $rr->index, "n",
"Index Change: ", $rr->change, "n",
"Last Updated: ", $rr->updated, "n";
This module provides an interface to the Rapture Ready Rapture Index. Rapture Readys description of the index: The Rapture Index has two functions: one is to factor together a number of related end time components into a cohesive indicator, and the other is to standardize those components to eliminate the wide variance that currently exists with prophecy reporting.
The Rapture Index is by no means meant to predict the rapture, however, the index is designed to measure the type of activity that could act as a precursor to the rapture.
You could say the Rapture index is a Dow Jones Industrial Average of end time activity, but I think it would be better if you viewed it as prophetic speedometer. The higher the number, the faster were moving towards the occurrence of pre-tribulation rapture.
The rapture index is the "prophetic speedometer of end-time activity".
INTERFACE
new()
Creates and returns a new WWW::RaptureReady object.
my $rr = WWW::RaptureReady->new
url()
Returns the configured URL for retrieving the Rapture Index.
my $url = $rr->url
url($url)
Sets the URL to be used for retrieving the Rapture Index.
$rr->url("http://example.com/rapture.html")
fetch()
Fetches the Rapture Index HTML from the configured URL.
$rr->fetch
index()
Returns the current index level. Calls fetch() if index not already retrieved.
my $index = $rr->index
change()
Returns the change in the index. Calls fetch() if index not already retrieved.
my $change = $rr->change
updated()
Returns when the index was last updated. Calls fetch() if index not already retrieved.
my $updated = $rr->updated
<<lessSYNOPSIS
use WWW::RaptureReady;
my $rr = WWW::RaptureReady->new;
print "URL: ", $rr->url, "n",
"Current Index: ", $rr->index, "n",
"Index Change: ", $rr->change, "n",
"Last Updated: ", $rr->updated, "n";
This module provides an interface to the Rapture Ready Rapture Index. Rapture Readys description of the index: The Rapture Index has two functions: one is to factor together a number of related end time components into a cohesive indicator, and the other is to standardize those components to eliminate the wide variance that currently exists with prophecy reporting.
The Rapture Index is by no means meant to predict the rapture, however, the index is designed to measure the type of activity that could act as a precursor to the rapture.
You could say the Rapture index is a Dow Jones Industrial Average of end time activity, but I think it would be better if you viewed it as prophetic speedometer. The higher the number, the faster were moving towards the occurrence of pre-tribulation rapture.
The rapture index is the "prophetic speedometer of end-time activity".
INTERFACE
new()
Creates and returns a new WWW::RaptureReady object.
my $rr = WWW::RaptureReady->new
url()
Returns the configured URL for retrieving the Rapture Index.
my $url = $rr->url
url($url)
Sets the URL to be used for retrieving the Rapture Index.
$rr->url("http://example.com/rapture.html")
fetch()
Fetches the Rapture Index HTML from the configured URL.
$rr->fetch
index()
Returns the current index level. Calls fetch() if index not already retrieved.
my $index = $rr->index
change()
Returns the change in the index. Calls fetch() if index not already retrieved.
my $change = $rr->change
updated()
Returns when the index was last updated. Calls fetch() if index not already retrieved.
my $updated = $rr->updated
Download (0.008MB)
Added: 2007-01-26 License: Perl Artistic License Price:
1002 downloads
Funnel Web Analyzer 5.0
Funnel Web Analyzer provides essential Web site visitor and traffic analysis. more>>
Funnel Web Analyzer provides essential Web site visitor and traffic analysis.
Every person who visits your companys Web site leaves a trail behind. Your Web server logs their every action and you can use this information to help improve your business. Funnel Web Analyzer provides essential Web site visitor and traffic analysis. It measures everything from server load and referrals to visitor demographics and marketing ROI.
Funnel Web Analyzer helps you optimize your web site by allowing you to analyze how users interact with your site and helps you make informed decisions about what changes you can make to improve their experience.
- What are the demographics of my customers?
- How many unique customers do I have, and how many of these are repeat visitors?
- How long does a visitor spend on each page?
- Which streaming media files are most popular?
- What are my most popular pages?
- How successful was my banner advertisement in attracting visitors to my site?
- What are the peak periods of activity on my site?
- What downloads are most popular?
- What search terms are people using to find my site?
Comprehensive Visitor Analysis
Give your executives and managers unique insight into what your customers are really interested in. Analyzer generates more than 50 different reports and graphs in 12 different languages. Reports can even be customized to reflect your corporate identity and published in a variety of formats including PDF, HTML, Word and Excel.
Identify where users come from before they arrive at your site with the referrals report. This is a great way to measure the effectiveness of promotional campaigns, press releases and affiliate/partner programs. You can even generate separate advertising reports to measure the click-through rates of individual banner ad campaigns.
Funnel Web Analyzer is freeware and provides everything you need to quickly analyze the traffic on your Web site. With virtually no setup, you get an extensive set of valuable reports right from the start.
<<lessEvery person who visits your companys Web site leaves a trail behind. Your Web server logs their every action and you can use this information to help improve your business. Funnel Web Analyzer provides essential Web site visitor and traffic analysis. It measures everything from server load and referrals to visitor demographics and marketing ROI.
Funnel Web Analyzer helps you optimize your web site by allowing you to analyze how users interact with your site and helps you make informed decisions about what changes you can make to improve their experience.
- What are the demographics of my customers?
- How many unique customers do I have, and how many of these are repeat visitors?
- How long does a visitor spend on each page?
- Which streaming media files are most popular?
- What are my most popular pages?
- How successful was my banner advertisement in attracting visitors to my site?
- What are the peak periods of activity on my site?
- What downloads are most popular?
- What search terms are people using to find my site?
Comprehensive Visitor Analysis
Give your executives and managers unique insight into what your customers are really interested in. Analyzer generates more than 50 different reports and graphs in 12 different languages. Reports can even be customized to reflect your corporate identity and published in a variety of formats including PDF, HTML, Word and Excel.
Identify where users come from before they arrive at your site with the referrals report. This is a great way to measure the effectiveness of promotional campaigns, press releases and affiliate/partner programs. You can even generate separate advertising reports to measure the click-through rates of individual banner ad campaigns.
Funnel Web Analyzer is freeware and provides everything you need to quickly analyze the traffic on your Web site. With virtually no setup, you get an extensive set of valuable reports right from the start.
Download (7.3MB)
Added: 2007-06-19 License: Freeware Price:
525 downloads
Xfce 4 Weather Plugin 0.5.99.1
Xfce 4 Weather Plugin shows the current temperature and weather condition, using weather data provided by xoap.weather.com. more>> <<less
Download (0.56MB)
Added: 2007-03-07 License: GPL (GNU General Public License) Price:
572 downloads

MetEngVerter for Linux 1.0
MetEngVerter Metric/English Measurement Converter more>> MetEngVerter 1.0 by Capaho Web is a desktop tool that converts between selected Metric/English measurements. It provides reasonably accurate conversions between selected units of measure for household and other general use.<<less
Download (1.05MB)
Added: 2009-04-02 License: Freeware Price: Free
209 downloads
Text::NSP::Measures::2D::Fisher2::right 1.03
Text::NSP::Measures::2D::Fisher2::right is a Perl module implementation of the right sided Fishers exact test. more>>
Text::NSP::Measures::2D::Fisher2::right is a Perl module implementation of the right sided Fishers exact test.
SYNOPSIS
Basic Usage
use Text::NSP::Measures::2D::Fisher2::right;
my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10;
$right_value = calculateStatistic( n11=>$n11,
n1p=>$n1p,
np1=>$np1,
npp=>$npp);
if( ($errorCode = getErrorCode()))
{
print STDERR $errorCode." - ".getErrorMessage();
}
else
{
print getStatisticName."value for bigram is ".$right_value;
}
<<lessSYNOPSIS
Basic Usage
use Text::NSP::Measures::2D::Fisher2::right;
my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10;
$right_value = calculateStatistic( n11=>$n11,
n1p=>$n1p,
np1=>$np1,
npp=>$npp);
if( ($errorCode = getErrorCode()))
{
print STDERR $errorCode." - ".getErrorMessage();
}
else
{
print getStatisticName."value for bigram is ".$right_value;
}
Download (0.93MB)
Added: 2007-03-13 License: Perl Artistic License Price:
955 downloads
Text::NSP::Measures 1.03
Text::NSP::Measures is a Perl module for computing association scores of Ngrams. more>>
Text::NSP::Measures is a Perl module for computing association scores of Ngrams. This module provides the basic framework for these measures.
SYNOPSIS
Basic Usage
use Text::NSP::Measures::2D::MI::ll;
my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10;
$ll_value = calculateStatistic( n11=>$n11,
n1p=>$n1p,
np1=>$np1,
npp=>$npp);
if( ($errorCode = getErrorCode()))
{
print STDERR $errorCode." - ".getErrorMessage()."n"";
}
else
{
print getStatisticName."value for bigram is ".$ll_value."n"";
}
<<lessSYNOPSIS
Basic Usage
use Text::NSP::Measures::2D::MI::ll;
my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10;
$ll_value = calculateStatistic( n11=>$n11,
n1p=>$n1p,
np1=>$np1,
npp=>$npp);
if( ($errorCode = getErrorCode()))
{
print STDERR $errorCode." - ".getErrorMessage()."n"";
}
else
{
print getStatisticName."value for bigram is ".$ll_value."n"";
}
Download (0.94MB)
Added: 2006-10-19 License: Perl Artistic License Price:
1100 downloads
Bacula SNMP Subagent 1.4
The Bacula SNMP Subagent provides indexed Bacula statistics via SNMP output. more>>
Bacula SNMP Subagent project provides indexed Bacula statistics via SNMP output.
Data, query, and graph templates are provided for Cacti.
Enhancements:
- Common functions were moved to a separate Perl library.
- CounterXX should now be Integer32.
<<lessData, query, and graph templates are provided for Cacti.
Enhancements:
- Common functions were moved to a separate Perl library.
- CounterXX should now be Integer32.
Download (0.026MB)
Added: 2006-02-07 License: GPL (GNU General Public License) Price:
1356 downloads
Devel::Cover 0.61
Devel::Cover package contains code coverage metrics for Perl. more>>
Devel::Cover package contains code coverage metrics for Perl.
SYNOPSIS
perl -MDevel::Cover yourprog args
cover
perl -MDevel::Cover=-db,cover_db,-coverage,statement,time yourprog args
To test an uninstalled module:
cover -delete
HARNESS_PERL_SWITCHES=-MDevel::Cover make test
cover
To test an uninstalled module which uses Module::Build (0.26 or later):
./Build testcover
If the module does not use the t/*.t framework:
PERL5OPT=-MDevel::Cover make test
This module provides code coverage metrics for Perl. Code coverage metrics describe how throroughly tests exercise code. By using Devel::Cover you can find areas of code not exercised by your tests and find out which tests to create to increase coverage. Code coverage can be considered as an indirect measure of quality.
If you cant guess by the version number this is an alpha release.
Code coverage data are collected using a pluggable runops function which counts how many times each op is executed. These data are then mapped back to reality using the B compiler modules. There is also a statement profiling facility which needs a better backend to be really useful.
The cover program can be used to generate coverage reports.
Statement, branch, condition, subroutine, pod and time coverage information is reported. Statement coverage data should be reasonable, although there may be some statements which are not reported. Branch and condition coverage data should be mostly accurate too, although not always what one might initially expect. Subroutine coverage should be as accurate as statement coverage. Pod coverage comes from Pod::Coverage. If Pod::Coverage::CountParents is available it will be used instead. Coverage data for path coverage are not yet collected.
The gcov2perl program can be used to convert gcov files to Devel::Cover databases.
You may find that the results dont match your expectations. I would imagine that at least one of them is wrong.
The most appropriate mailing list on which to discuss this module would be perl-qa. Discussion has migrated there from perl-qa-metrics which is now defunct. See http://lists.perl.org/showlist.cgi?name=perl-qa.
<<lessSYNOPSIS
perl -MDevel::Cover yourprog args
cover
perl -MDevel::Cover=-db,cover_db,-coverage,statement,time yourprog args
To test an uninstalled module:
cover -delete
HARNESS_PERL_SWITCHES=-MDevel::Cover make test
cover
To test an uninstalled module which uses Module::Build (0.26 or later):
./Build testcover
If the module does not use the t/*.t framework:
PERL5OPT=-MDevel::Cover make test
This module provides code coverage metrics for Perl. Code coverage metrics describe how throroughly tests exercise code. By using Devel::Cover you can find areas of code not exercised by your tests and find out which tests to create to increase coverage. Code coverage can be considered as an indirect measure of quality.
If you cant guess by the version number this is an alpha release.
Code coverage data are collected using a pluggable runops function which counts how many times each op is executed. These data are then mapped back to reality using the B compiler modules. There is also a statement profiling facility which needs a better backend to be really useful.
The cover program can be used to generate coverage reports.
Statement, branch, condition, subroutine, pod and time coverage information is reported. Statement coverage data should be reasonable, although there may be some statements which are not reported. Branch and condition coverage data should be mostly accurate too, although not always what one might initially expect. Subroutine coverage should be as accurate as statement coverage. Pod coverage comes from Pod::Coverage. If Pod::Coverage::CountParents is available it will be used instead. Coverage data for path coverage are not yet collected.
The gcov2perl program can be used to convert gcov files to Devel::Cover databases.
You may find that the results dont match your expectations. I would imagine that at least one of them is wrong.
The most appropriate mailing list on which to discuss this module would be perl-qa. Discussion has migrated there from perl-qa-metrics which is now defunct. See http://lists.perl.org/showlist.cgi?name=perl-qa.
Download (0.026MB)
Added: 2007-05-01 License: Perl Artistic License Price:
907 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above measure nonverbal empathy provided search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed