|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<!--
|
|
This file was generated by Devel::Cover Version 1.33
|
|
Devel::Cover is copyright 2001-2019, Paul Johnson (paul@pjcj.net)
|
|
Devel::Cover is free. It is licensed under the same terms as Perl itself.
|
|
The latest version of Devel::Cover should be available from my homepage:
|
|
http://www.pjcj.net
|
|
-->
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
|
<meta http-equiv="Content-Language" content="en-us"></meta>
|
|
<link rel="stylesheet" type="text/css" href="cover.css"></link>
|
|
<script type="text/javascript" src="common.js"></script>
|
|
<script type="text/javascript" src="css.js"></script>
|
|
<script type="text/javascript" src="standardista-table-sorting.js"></script>
|
|
<title> Coverage Summary </title>
|
|
</head>
|
|
<body>
|
|
|
|
<h1> Coverage Summary </h1>
|
|
<table>
|
|
<tr>
|
|
<td class="sh" align="right">Module</td>
|
|
<td class="sv" align="left" colspan="4"></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="sh" align="right">Version</td>
|
|
<td class="sv" align="left" colspan="4"></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="sh" align="right">Database:</td>
|
|
<td class="sv" align="left" colspan="4">/home/okurz/local/os-autoinst/os-autoinst/t/cover_db</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="sh" align="right">Report date:</td>
|
|
<td class="sv" align="left" colspan="4">2019-11-06 21:23:22</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="sh" align="right">Perl version:</td>
|
|
<td class="sv" align="left" colspan="4">v5.26.1</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="sh" align="right">OS:</td>
|
|
<td class="sv" align="left" colspan="4">linux</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="sh" align="right">Thresholds:</td>
|
|
<td class="sv c0">< 75%</td>
|
|
<td class="sv c1">< 90%</td>
|
|
<td class="sv c2">< 100%</td>
|
|
<td class="sv c3">= 100%</td>
|
|
</tr>
|
|
</table>
|
|
<div><br /></div>
|
|
|
|
<script type="text/javascript">
|
|
<!-- hide
|
|
function filter_files(filter_by) {
|
|
var allelements = document.getElementsByTagName("tr");
|
|
var re_now = new RegExp(filter_by, "i");
|
|
for (var i = 0; i < allelements.length; i++) {
|
|
if (allelements[i].className) {
|
|
if (filter_by == "" || allelements[i].className == "Total" ||
|
|
(filter_by.length && re_now.test(allelements[i].className))) {
|
|
allelements[i].style.display = "table-row";
|
|
} else if (filter_by.length &&
|
|
!re_now.test(allelements[i].className)) {
|
|
allelements[i].style.display = "none";
|
|
}
|
|
}
|
|
}
|
|
}
|
|
// -->
|
|
</script>
|
|
<form name="filterform"
|
|
action='javascript:filter_files(document.forms["filterform"]["filterfield"].value)'>
|
|
Restrict to regex:
|
|
<input type="text" name="filterfield" /><input type="submit" />
|
|
</form>
|
|
<br />
|
|
|
|
<table class="sortable" id="coverage_table">
|
|
<thead>
|
|
<tr>
|
|
<th> file </th>
|
|
|
|
<th> stmt </th>
|
|
|
|
<th> bran </th>
|
|
|
|
<th> cond </th>
|
|
|
|
<th> sub </th>
|
|
|
|
<th> pod </th>
|
|
|
|
<th> time </th>
|
|
|
|
<th> total </th>
|
|
</tr>
|
|
</thead>
|
|
<tfoot>
|
|
|
|
<tr align="center" valign="top" class="Total">
|
|
<td align="left">
|
|
|
|
Total
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="5590 / 8464">
|
|
|
|
|
|
66.0
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="1578 / 3494">
|
|
|
|
|
|
45.1
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="338 / 1074">
|
|
|
|
|
|
31.4
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c1" title="895 / 1158">
|
|
|
|
|
|
77.3
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="265 / 361">
|
|
|
|
|
|
73.4
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
100.0
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c0" title="8666 / 14551">
|
|
59.5
|
|
</td>
|
|
</tr>
|
|
|
|
</tfoot>
|
|
<tbody>
|
|
|
|
|
|
<tr align="center" valign="top" class="/home/okurz/local/os-autoinst/os-autoinst/OpenQA/Benchmark/Stopwatch.pm">
|
|
<td align="left">
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-OpenQA-Benchmark-Stopwatch-pm.html"> /home/okurz/local/os-autoinst/os-autoinst/OpenQA/Benchmark/Stopwatch.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="53 / 74">
|
|
|
|
|
|
71.6
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="1 / 2">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-OpenQA-Benchmark-Stopwatch-pm--branch.html"> 50.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="1 / 6">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-OpenQA-Benchmark-Stopwatch-pm--condition.html"> 16.6 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c1" title="10 / 12">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-OpenQA-Benchmark-Stopwatch-pm--subroutine.html"> 83.3 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c1" title="7 / 8">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-OpenQA-Benchmark-Stopwatch-pm--subroutine.html"> 87.5 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
0.1
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c0" title="72 / 102">
|
|
70.5
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/home/okurz/local/os-autoinst/os-autoinst/OpenQA/Exceptions.pm">
|
|
<td align="left">
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-OpenQA-Exceptions-pm.html"> /home/okurz/local/os-autoinst/os-autoinst/OpenQA/Exceptions.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="9 / 9">
|
|
|
|
|
|
100.0
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="3 / 3">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-OpenQA-Exceptions-pm--subroutine.html"> 100.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
0.2
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c3" title="12 / 12">
|
|
100.0
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/home/okurz/local/os-autoinst/os-autoinst/OpenQA/Isotovideo/CommandHandler.pm">
|
|
<td align="left">
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-OpenQA-Isotovideo-CommandHandler-pm.html"> /home/okurz/local/os-autoinst/os-autoinst/OpenQA/Isotovideo/CommandHandler.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
<td class="" title="">
|
|
n/a
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/home/okurz/local/os-autoinst/os-autoinst/OpenQA/Isotovideo/Interface.pm">
|
|
<td align="left">
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-OpenQA-Isotovideo-Interface-pm.html"> /home/okurz/local/os-autoinst/os-autoinst/OpenQA/Isotovideo/Interface.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
<td class="" title="">
|
|
n/a
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/home/okurz/local/os-autoinst/os-autoinst/OpenQA/Isotovideo/NeedleDownloader.pm">
|
|
<td align="left">
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-OpenQA-Isotovideo-NeedleDownloader-pm.html"> /home/okurz/local/os-autoinst/os-autoinst/OpenQA/Isotovideo/NeedleDownloader.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="24 / 67">
|
|
|
|
|
|
35.8
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="0 / 12">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-OpenQA-Isotovideo-NeedleDownloader-pm--branch.html"> 0.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="0 / 3">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-OpenQA-Isotovideo-NeedleDownloader-pm--condition.html"> 0.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="8 / 17">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-OpenQA-Isotovideo-NeedleDownloader-pm--subroutine.html"> 47.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="0 / 3">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-OpenQA-Isotovideo-NeedleDownloader-pm--subroutine.html"> 0.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
0.0
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c0" title="32 / 102">
|
|
31.3
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/home/okurz/local/os-autoinst/os-autoinst/OpenQA/Isotovideo/Utils.pm">
|
|
<td align="left">
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-OpenQA-Isotovideo-Utils-pm.html"> /home/okurz/local/os-autoinst/os-autoinst/OpenQA/Isotovideo/Utils.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="41 / 41">
|
|
|
|
|
|
100.0
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="4 / 6">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-OpenQA-Isotovideo-Utils-pm--branch.html"> 66.6 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="2 / 4">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-OpenQA-Isotovideo-Utils-pm--condition.html"> 50.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="8 / 8">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-OpenQA-Isotovideo-Utils-pm--subroutine.html"> 100.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="1 / 2">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-OpenQA-Isotovideo-Utils-pm--subroutine.html"> 50.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
0.4
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c2" title="56 / 61">
|
|
91.8
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/home/okurz/local/os-autoinst/os-autoinst/OpenQA/Qemu/BlockDev.pm">
|
|
<td align="left">
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-OpenQA-Qemu-BlockDev-pm.html"> /home/okurz/local/os-autoinst/os-autoinst/OpenQA/Qemu/BlockDev.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c1" title="46 / 55">
|
|
|
|
|
|
83.6
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="11 / 16">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-OpenQA-Qemu-BlockDev-pm--branch.html"> 68.7 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="0 / 2">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-OpenQA-Qemu-BlockDev-pm--condition.html"> 0.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c1" title="11 / 13">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-OpenQA-Qemu-BlockDev-pm--subroutine.html"> 84.6 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="3 / 5">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-OpenQA-Qemu-BlockDev-pm--subroutine.html"> 60.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
0.2
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c1" title="71 / 91">
|
|
78.0
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/home/okurz/local/os-autoinst/os-autoinst/OpenQA/Qemu/BlockDevConf.pm">
|
|
<td align="left">
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-OpenQA-Qemu-BlockDevConf-pm.html"> /home/okurz/local/os-autoinst/os-autoinst/OpenQA/Qemu/BlockDevConf.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
<td class="" title="">
|
|
n/a
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/home/okurz/local/os-autoinst/os-autoinst/OpenQA/Qemu/ControllerConf.pm">
|
|
<td align="left">
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-OpenQA-Qemu-ControllerConf-pm.html"> /home/okurz/local/os-autoinst/os-autoinst/OpenQA/Qemu/ControllerConf.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="21 / 37">
|
|
|
|
|
|
56.7
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="7 / 11">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-OpenQA-Qemu-ControllerConf-pm--subroutine.html"> 63.6 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="4 / 7">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-OpenQA-Qemu-ControllerConf-pm--subroutine.html"> 57.1 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
0.2
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c0" title="32 / 55">
|
|
58.1
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/home/okurz/local/os-autoinst/os-autoinst/OpenQA/Qemu/DriveController.pm">
|
|
<td align="left">
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-OpenQA-Qemu-DriveController-pm.html"> /home/okurz/local/os-autoinst/os-autoinst/OpenQA/Qemu/DriveController.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="3 / 7">
|
|
|
|
|
|
42.8
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="1 / 3">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-OpenQA-Qemu-DriveController-pm--subroutine.html"> 33.3 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="1 / 1">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-OpenQA-Qemu-DriveController-pm--subroutine.html"> 100.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
0.0
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c0" title="5 / 11">
|
|
45.4
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/home/okurz/local/os-autoinst/os-autoinst/OpenQA/Qemu/DriveDevice.pm">
|
|
<td align="left">
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-OpenQA-Qemu-DriveDevice-pm.html"> /home/okurz/local/os-autoinst/os-autoinst/OpenQA/Qemu/DriveDevice.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
<td class="" title="">
|
|
n/a
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/home/okurz/local/os-autoinst/os-autoinst/OpenQA/Qemu/DrivePath.pm">
|
|
<td align="left">
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-OpenQA-Qemu-DrivePath-pm.html"> /home/okurz/local/os-autoinst/os-autoinst/OpenQA/Qemu/DrivePath.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="3 / 8">
|
|
|
|
|
|
37.5
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="0 / 2">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-OpenQA-Qemu-DrivePath-pm--condition.html"> 0.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="1 / 4">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-OpenQA-Qemu-DrivePath-pm--subroutine.html"> 25.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="0 / 1">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-OpenQA-Qemu-DrivePath-pm--subroutine.html"> 0.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
0.0
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c0" title="4 / 15">
|
|
26.6
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/home/okurz/local/os-autoinst/os-autoinst/OpenQA/Qemu/MutParams.pm">
|
|
<td align="left">
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-OpenQA-Qemu-MutParams-pm.html"> /home/okurz/local/os-autoinst/os-autoinst/OpenQA/Qemu/MutParams.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="8 / 16">
|
|
|
|
|
|
50.0
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="2 / 2">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-OpenQA-Qemu-MutParams-pm--branch.html"> 100.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="3 / 7">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-OpenQA-Qemu-MutParams-pm--subroutine.html"> 42.8 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="4 / 4">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-OpenQA-Qemu-MutParams-pm--subroutine.html"> 100.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
0.1
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c0" title="17 / 29">
|
|
58.6
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/home/okurz/local/os-autoinst/os-autoinst/OpenQA/Qemu/PFlashDevice.pm">
|
|
<td align="left">
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-OpenQA-Qemu-PFlashDevice-pm.html"> /home/okurz/local/os-autoinst/os-autoinst/OpenQA/Qemu/PFlashDevice.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="3 / 9">
|
|
|
|
|
|
33.3
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="1 / 2">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-OpenQA-Qemu-PFlashDevice-pm--subroutine.html"> 50.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="1 / 1">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-OpenQA-Qemu-PFlashDevice-pm--subroutine.html"> 100.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
0.0
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c0" title="5 / 12">
|
|
41.6
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/home/okurz/local/os-autoinst/os-autoinst/OpenQA/Qemu/Proc.pm">
|
|
<td align="left">
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-OpenQA-Qemu-Proc-pm.html"> /home/okurz/local/os-autoinst/os-autoinst/OpenQA/Qemu/Proc.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
<td class="" title="">
|
|
n/a
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/home/okurz/local/os-autoinst/os-autoinst/OpenQA/Qemu/Snapshot.pm">
|
|
<td align="left">
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-OpenQA-Qemu-Snapshot-pm.html"> /home/okurz/local/os-autoinst/os-autoinst/OpenQA/Qemu/Snapshot.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="3 / 9">
|
|
|
|
|
|
33.3
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="1 / 4">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-OpenQA-Qemu-Snapshot-pm--subroutine.html"> 25.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="0 / 2">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-OpenQA-Qemu-Snapshot-pm--subroutine.html"> 0.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
0.0
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c0" title="4 / 15">
|
|
26.6
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/home/okurz/local/os-autoinst/os-autoinst/OpenQA/Qemu/SnapshotConf.pm">
|
|
<td align="left">
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-OpenQA-Qemu-SnapshotConf-pm.html"> /home/okurz/local/os-autoinst/os-autoinst/OpenQA/Qemu/SnapshotConf.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="16 / 44">
|
|
|
|
|
|
36.3
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="1 / 8">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-OpenQA-Qemu-SnapshotConf-pm--branch.html"> 12.5 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="0 / 6">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-OpenQA-Qemu-SnapshotConf-pm--condition.html"> 0.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="5 / 9">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-OpenQA-Qemu-SnapshotConf-pm--subroutine.html"> 55.5 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="4 / 7">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-OpenQA-Qemu-SnapshotConf-pm--subroutine.html"> 57.1 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
0.0
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c0" title="26 / 74">
|
|
35.1
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/home/okurz/local/os-autoinst/os-autoinst/autotest.pm">
|
|
<td align="left">
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-autotest-pm.html"> /home/okurz/local/os-autoinst/os-autoinst/autotest.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
<td class="" title="">
|
|
n/a
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/home/okurz/local/os-autoinst/os-autoinst/backend/baseclass.pm">
|
|
<td align="left">
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-backend-baseclass-pm.html"> /home/okurz/local/os-autoinst/os-autoinst/backend/baseclass.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
<td class="" title="">
|
|
n/a
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/home/okurz/local/os-autoinst/os-autoinst/backend/console_proxy.pm">
|
|
<td align="left">
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-backend-console_proxy-pm.html"> /home/okurz/local/os-autoinst/os-autoinst/backend/console_proxy.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="12 / 29">
|
|
|
|
|
|
41.3
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="0 / 2">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-backend-console_proxy-pm--branch.html"> 0.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="4 / 8">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-backend-console_proxy-pm--subroutine.html"> 50.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="0 / 1">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-backend-console_proxy-pm--subroutine.html"> 0.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
0.0
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c0" title="16 / 40">
|
|
40.0
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/home/okurz/local/os-autoinst/os-autoinst/backend/driver.pm">
|
|
<td align="left">
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-backend-driver-pm.html"> /home/okurz/local/os-autoinst/os-autoinst/backend/driver.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c2" title="105 / 114">
|
|
|
|
|
|
92.1
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="11 / 18">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-backend-driver-pm--branch.html"> 61.1 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="0 / 2">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-backend-driver-pm--condition.html"> 0.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c1" title="22 / 25">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-backend-driver-pm--subroutine.html"> 88.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="0 / 7">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-backend-driver-pm--subroutine.html"> 0.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
47.2
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c1" title="138 / 166">
|
|
83.1
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/home/okurz/local/os-autoinst/os-autoinst/backend/qemu.pm">
|
|
<td align="left">
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-backend-qemu-pm.html"> /home/okurz/local/os-autoinst/os-autoinst/backend/qemu.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
<td class="" title="">
|
|
n/a
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/home/okurz/local/os-autoinst/os-autoinst/backend/virt.pm">
|
|
<td align="left">
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-backend-virt-pm.html"> /home/okurz/local/os-autoinst/os-autoinst/backend/virt.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="20 / 20">
|
|
|
|
|
|
100.0
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="2 / 4">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-backend-virt-pm--condition.html"> 50.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="6 / 6">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-backend-virt-pm--subroutine.html"> 100.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="1 / 1">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-backend-virt-pm--subroutine.html"> 100.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
0.1
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c2" title="29 / 31">
|
|
93.5
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/home/okurz/local/os-autoinst/os-autoinst/basetest.pm">
|
|
<td align="left">
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-basetest-pm.html"> /home/okurz/local/os-autoinst/os-autoinst/basetest.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
<td class="" title="">
|
|
n/a
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/home/okurz/local/os-autoinst/os-autoinst/bmwqemu.pm">
|
|
<td align="left">
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-bmwqemu-pm.html"> /home/okurz/local/os-autoinst/os-autoinst/bmwqemu.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="139 / 201">
|
|
|
|
|
|
69.6
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="23 / 54">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-bmwqemu-pm--branch.html"> 42.5 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="12 / 28">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-bmwqemu-pm--condition.html"> 42.8 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c1" title="33 / 45">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-bmwqemu-pm--subroutine.html"> 75.5 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="1 / 24">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-bmwqemu-pm--subroutine.html"> 4.1 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
5.7
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c0" title="208 / 352">
|
|
59.6
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/home/okurz/local/os-autoinst/os-autoinst/commands.pm">
|
|
<td align="left">
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-commands-pm.html"> /home/okurz/local/os-autoinst/os-autoinst/commands.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
<td class="" title="">
|
|
n/a
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/home/okurz/local/os-autoinst/os-autoinst/consoles/VNC.pm">
|
|
<td align="left">
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-consoles-VNC-pm.html"> /home/okurz/local/os-autoinst/os-autoinst/consoles/VNC.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="290 / 507">
|
|
|
|
|
|
57.2
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="74 / 238">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-consoles-VNC-pm--branch.html"> 31.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="25 / 61">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-consoles-VNC-pm--condition.html"> 40.9 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="37 / 51">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-consoles-VNC-pm--subroutine.html"> 72.5 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="0 / 15">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-consoles-VNC-pm--subroutine.html"> 0.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
9.0
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c0" title="426 / 872">
|
|
48.8
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/home/okurz/local/os-autoinst/os-autoinst/consoles/console.pm">
|
|
<td align="left">
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-consoles-console-pm.html"> /home/okurz/local/os-autoinst/os-autoinst/consoles/console.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="36 / 56">
|
|
|
|
|
|
64.2
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="3 / 10">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-consoles-console-pm--branch.html"> 30.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="11 / 16">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-consoles-console-pm--subroutine.html"> 68.7 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="1 / 11">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-consoles-console-pm--subroutine.html"> 9.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
0.2
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c0" title="51 / 93">
|
|
54.8
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/home/okurz/local/os-autoinst/os-autoinst/consoles/network_console.pm">
|
|
<td align="left">
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-consoles-network_console-pm.html"> /home/okurz/local/os-autoinst/os-autoinst/consoles/network_console.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c2" title="20 / 22">
|
|
|
|
|
|
90.9
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="0 / 2">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-consoles-network_console-pm--branch.html"> 0.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="0 / 3">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-consoles-network_console-pm--condition.html"> 0.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c1" title="7 / 9">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-consoles-network_console-pm--subroutine.html"> 77.7 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="0 / 2">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-consoles-network_console-pm--subroutine.html"> 0.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
0.0
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c0" title="27 / 38">
|
|
71.0
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/home/okurz/local/os-autoinst/os-autoinst/consoles/sshIucvconn.pm">
|
|
<td align="left">
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-consoles-sshIucvconn-pm.html"> /home/okurz/local/os-autoinst/os-autoinst/consoles/sshIucvconn.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
<td class="" title="">
|
|
n/a
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/home/okurz/local/os-autoinst/os-autoinst/consoles/vnc_base.pm">
|
|
<td align="left">
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-consoles-vnc_base-pm.html"> /home/okurz/local/os-autoinst/os-autoinst/consoles/vnc_base.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="59 / 112">
|
|
|
|
|
|
52.6
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="7 / 32">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-consoles-vnc_base-pm--branch.html"> 21.8 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="5 / 21">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-consoles-vnc_base-pm--condition.html"> 23.8 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="14 / 23">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-consoles-vnc_base-pm--subroutine.html"> 60.8 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="0 / 14">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-consoles-vnc_base-pm--subroutine.html"> 0.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
0.2
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c0" title="85 / 202">
|
|
42.0
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/home/okurz/local/os-autoinst/os-autoinst/cv.pm">
|
|
<td align="left">
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-cv-pm.html"> /home/okurz/local/os-autoinst/os-autoinst/cv.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c1" title="26 / 31">
|
|
|
|
|
|
83.8
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="2 / 6">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-cv-pm--branch.html"> 33.3 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="3 / 9">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-cv-pm--condition.html"> 33.3 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="7 / 7">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-cv-pm--subroutine.html"> 100.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="0 / 1">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-cv-pm--subroutine.html"> 0.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
0.4
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c0" title="38 / 54">
|
|
70.3
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/home/okurz/local/os-autoinst/os-autoinst/distribution.pm">
|
|
<td align="left">
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-distribution-pm.html"> /home/okurz/local/os-autoinst/os-autoinst/distribution.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
<td class="" title="">
|
|
n/a
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/home/okurz/local/os-autoinst/os-autoinst/isotovideo">
|
|
<td align="left">
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-isotovideo.html"> /home/okurz/local/os-autoinst/os-autoinst/isotovideo </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
<td class="" title="">
|
|
n/a
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/home/okurz/local/os-autoinst/os-autoinst/myjsonrpc.pm">
|
|
<td align="left">
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-myjsonrpc-pm.html"> /home/okurz/local/os-autoinst/os-autoinst/myjsonrpc.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
<td class="" title="">
|
|
n/a
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/home/okurz/local/os-autoinst/os-autoinst/needle.pm">
|
|
<td align="left">
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-needle-pm.html"> /home/okurz/local/os-autoinst/os-autoinst/needle.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
<td class="" title="">
|
|
n/a
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/home/okurz/local/os-autoinst/os-autoinst/ocr.pm">
|
|
<td align="left">
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-ocr-pm.html"> /home/okurz/local/os-autoinst/os-autoinst/ocr.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="9 / 49">
|
|
|
|
|
|
18.3
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="0 / 14">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-ocr-pm--branch.html"> 0.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="0 / 5">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-ocr-pm--condition.html"> 0.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="3 / 5">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-ocr-pm--subroutine.html"> 60.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="0 / 2">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-ocr-pm--subroutine.html"> 0.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
0.0
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c0" title="12 / 75">
|
|
16.0
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/home/okurz/local/os-autoinst/os-autoinst/osutils.pm">
|
|
<td align="left">
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-osutils-pm.html"> /home/okurz/local/os-autoinst/os-autoinst/osutils.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
<td class="" title="">
|
|
n/a
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/home/okurz/local/os-autoinst/os-autoinst/ppmclibs/blib/lib/tinycv.pm">
|
|
<td align="left">
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-ppmclibs-blib-lib-tinycv-pm.html"> /home/okurz/local/os-autoinst/os-autoinst/ppmclibs/blib/lib/tinycv.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="77 / 113">
|
|
|
|
|
|
68.1
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="22 / 60">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-ppmclibs-blib-lib-tinycv-pm--branch.html"> 36.6 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="5 / 17">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-ppmclibs-blib-lib-tinycv-pm--condition.html"> 29.4 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c1" title="10 / 12">
|
|
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-ppmclibs-blib-lib-tinycv-pm--subroutine.html"> 83.3 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
0.7
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c0" title="114 / 202">
|
|
56.4
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/home/okurz/local/os-autoinst/os-autoinst/ppmclibs/tinycv.pm">
|
|
<td align="left">
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-ppmclibs-tinycv-pm.html"> /home/okurz/local/os-autoinst/os-autoinst/ppmclibs/tinycv.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
<td class="" title="">
|
|
n/a
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/home/okurz/local/os-autoinst/os-autoinst/testapi.pm">
|
|
<td align="left">
|
|
|
|
<a href="-home-okurz-local-os-autoinst-os-autoinst-testapi-pm.html"> /home/okurz/local/os-autoinst/os-autoinst/testapi.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
<td class="" title="">
|
|
n/a
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/usr/bin/aclocal-1.15">
|
|
<td align="left">
|
|
|
|
<a href="-usr-bin-aclocal-1-15.html"> /usr/bin/aclocal-1.15 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="925 / 1234">
|
|
|
|
|
|
74.9
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="518 / 706">
|
|
|
|
|
|
<a href="-usr-bin-aclocal-1-15--branch.html"> 73.3 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="35 / 98">
|
|
|
|
|
|
<a href="-usr-bin-aclocal-1-15--condition.html"> 35.7 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c1" title="35 / 44">
|
|
|
|
|
|
<a href="-usr-bin-aclocal-1-15--subroutine.html"> 79.5 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
8.9
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c0" title="1513 / 2082">
|
|
72.6
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/usr/bin/autom4te">
|
|
<td align="left">
|
|
|
|
<a href="-usr-bin-autom4te.html"> /usr/bin/autom4te </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c1" title="249 / 331">
|
|
|
|
|
|
75.2
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="64 / 126">
|
|
|
|
|
|
<a href="-usr-bin-autom4te--branch.html"> 50.7 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="16 / 55">
|
|
|
|
|
|
<a href="-usr-bin-autom4te--condition.html"> 29.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c1" title="19 / 23">
|
|
|
|
|
|
<a href="-usr-bin-autom4te--subroutine.html"> 82.6 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
1.2
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c0" title="348 / 535">
|
|
65.0
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/usr/bin/automake-1.15">
|
|
<td align="left">
|
|
|
|
<a href="-usr-bin-automake-1-15.html"> /usr/bin/automake-1.15 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="1532 / 2576">
|
|
|
|
|
|
59.4
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="500 / 1286">
|
|
|
|
|
|
<a href="-usr-bin-automake-1-15--branch.html"> 38.8 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="138 / 458">
|
|
|
|
|
|
<a href="-usr-bin-automake-1-15--condition.html"> 30.1 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="167 / 223">
|
|
|
|
|
|
<a href="-usr-bin-automake-1-15--subroutine.html"> 74.8 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
2.3
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c0" title="2337 / 4543">
|
|
51.4
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/usr/share/autoconf/Autom4te/C4che.pm">
|
|
<td align="left">
|
|
|
|
<a href="-usr-share-autoconf-Autom4te-C4che-pm.html"> /usr/share/autoconf/Autom4te/C4che.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c1" title="48 / 57">
|
|
|
|
|
|
84.2
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="7 / 12">
|
|
|
|
|
|
<a href="-usr-share-autoconf-Autom4te-C4che-pm--branch.html"> 58.3 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="1 / 3">
|
|
|
|
|
|
<a href="-usr-share-autoconf-Autom4te-C4che-pm--condition.html"> 33.3 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c2" title="10 / 11">
|
|
|
|
|
|
<a href="-usr-share-autoconf-Autom4te-C4che-pm--subroutine.html"> 90.9 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="6 / 6">
|
|
|
|
|
|
<a href="-usr-share-autoconf-Autom4te-C4che-pm--subroutine.html"> 100.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
0.0
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c1" title="72 / 89">
|
|
80.9
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/usr/share/autoconf/Autom4te/ChannelDefs.pm">
|
|
<td align="left">
|
|
|
|
<a href="-usr-share-autoconf-Autom4te-ChannelDefs-pm.html"> /usr/share/autoconf/Autom4te/ChannelDefs.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="28 / 62">
|
|
|
|
|
|
45.1
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="7 / 22">
|
|
|
|
|
|
<a href="-usr-share-autoconf-Autom4te-ChannelDefs-pm--branch.html"> 31.8 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="10 / 15">
|
|
|
|
|
|
<a href="-usr-share-autoconf-Autom4te-ChannelDefs-pm--subroutine.html"> 66.6 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="9 / 9">
|
|
|
|
|
|
<a href="-usr-share-autoconf-Autom4te-ChannelDefs-pm--subroutine.html"> 100.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
0.0
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c0" title="54 / 108">
|
|
50.0
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/usr/share/autoconf/Autom4te/Channels.pm">
|
|
<td align="left">
|
|
|
|
<a href="-usr-share-autoconf-Autom4te-Channels-pm.html"> /usr/share/autoconf/Autom4te/Channels.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="80 / 183">
|
|
|
|
|
|
43.7
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="12 / 68">
|
|
|
|
|
|
<a href="-usr-share-autoconf-Autom4te-Channels-pm--branch.html"> 17.6 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="0 / 23">
|
|
|
|
|
|
<a href="-usr-share-autoconf-Autom4te-Channels-pm--condition.html"> 0.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="24 / 38">
|
|
|
|
|
|
<a href="-usr-share-autoconf-Autom4te-Channels-pm--subroutine.html"> 63.1 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="14 / 14">
|
|
|
|
|
|
<a href="-usr-share-autoconf-Autom4te-Channels-pm--subroutine.html"> 100.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
0.0
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c0" title="130 / 326">
|
|
39.8
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/usr/share/autoconf/Autom4te/FileUtils.pm">
|
|
<td align="left">
|
|
|
|
<a href="-usr-share-autoconf-Autom4te-FileUtils-pm.html"> /usr/share/autoconf/Autom4te/FileUtils.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="72 / 132">
|
|
|
|
|
|
54.5
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="14 / 64">
|
|
|
|
|
|
<a href="-usr-share-autoconf-Autom4te-FileUtils-pm--branch.html"> 21.8 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="1 / 11">
|
|
|
|
|
|
<a href="-usr-share-autoconf-Autom4te-FileUtils-pm--condition.html"> 9.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="19 / 26">
|
|
|
|
|
|
<a href="-usr-share-autoconf-Autom4te-FileUtils-pm--subroutine.html"> 73.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="13 / 13">
|
|
|
|
|
|
<a href="-usr-share-autoconf-Autom4te-FileUtils-pm--subroutine.html"> 100.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
1.7
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c0" title="119 / 246">
|
|
48.3
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/usr/share/autoconf/Autom4te/General.pm">
|
|
<td align="left">
|
|
|
|
<a href="-usr-share-autoconf-Autom4te-General-pm.html"> /usr/share/autoconf/Autom4te/General.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c1" title="90 / 116">
|
|
|
|
|
|
77.5
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="10 / 26">
|
|
|
|
|
|
<a href="-usr-share-autoconf-Autom4te-General-pm--branch.html"> 38.4 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="6 / 20">
|
|
|
|
|
|
<a href="-usr-share-autoconf-Autom4te-General-pm--condition.html"> 30.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c1" title="25 / 31">
|
|
|
|
|
|
<a href="-usr-share-autoconf-Autom4te-General-pm--subroutine.html"> 80.6 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="6 / 6">
|
|
|
|
|
|
<a href="-usr-share-autoconf-Autom4te-General-pm--subroutine.html"> 100.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
0.0
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c0" title="137 / 199">
|
|
68.8
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/usr/share/autoconf/Autom4te/Getopt.pm">
|
|
<td align="left">
|
|
|
|
<a href="-usr-share-autoconf-Autom4te-Getopt-pm.html"> /usr/share/autoconf/Autom4te/Getopt.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c1" title="27 / 36">
|
|
|
|
|
|
75.0
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="2 / 12">
|
|
|
|
|
|
<a href="-usr-share-autoconf-Autom4te-Getopt-pm--branch.html"> 16.6 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="1 / 3">
|
|
|
|
|
|
<a href="-usr-share-autoconf-Autom4te-Getopt-pm--condition.html"> 33.3 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="9 / 9">
|
|
|
|
|
|
<a href="-usr-share-autoconf-Autom4te-Getopt-pm--subroutine.html"> 100.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="1 / 1">
|
|
|
|
|
|
<a href="-usr-share-autoconf-Autom4te-Getopt-pm--subroutine.html"> 100.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
0.1
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c0" title="40 / 61">
|
|
65.5
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/usr/share/autoconf/Autom4te/Request.pm">
|
|
<td align="left">
|
|
|
|
<a href="-usr-share-autoconf-Autom4te-Request-pm.html"> /usr/share/autoconf/Autom4te/Request.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c1" title="18 / 23">
|
|
|
|
|
|
78.2
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="0 / 2">
|
|
|
|
|
|
<a href="-usr-share-autoconf-Autom4te-Request-pm--branch.html"> 0.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c1" title="5 / 6">
|
|
|
|
|
|
<a href="-usr-share-autoconf-Autom4te-Request-pm--subroutine.html"> 83.3 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="0 / 2">
|
|
|
|
|
|
<a href="-usr-share-autoconf-Autom4te-Request-pm--subroutine.html"> 0.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
0.0
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c0" title="23 / 33">
|
|
69.7
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/usr/share/autoconf/Autom4te/XFile.pm">
|
|
<td align="left">
|
|
|
|
<a href="-usr-share-autoconf-Autom4te-XFile-pm.html"> /usr/share/autoconf/Autom4te/XFile.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c1" title="59 / 71">
|
|
|
|
|
|
83.1
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="10 / 24">
|
|
|
|
|
|
<a href="-usr-share-autoconf-Autom4te-XFile-pm--branch.html"> 41.6 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="1 / 11">
|
|
|
|
|
|
<a href="-usr-share-autoconf-Autom4te-XFile-pm--condition.html"> 9.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="19 / 19">
|
|
|
|
|
|
<a href="-usr-share-autoconf-Autom4te-XFile-pm--subroutine.html"> 100.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="9 / 9">
|
|
|
|
|
|
<a href="-usr-share-autoconf-Autom4te-XFile-pm--subroutine.html"> 100.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
1.4
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c0" title="98 / 134">
|
|
73.1
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/usr/share/automake-1.15/Automake/ChannelDefs.pm">
|
|
<td align="left">
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-ChannelDefs-pm.html"> /usr/share/automake-1.15/Automake/ChannelDefs.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="32 / 79">
|
|
|
|
|
|
40.5
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="7 / 32">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-ChannelDefs-pm--branch.html"> 21.8 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="0 / 3">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-ChannelDefs-pm--condition.html"> 0.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="10 / 17">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-ChannelDefs-pm--subroutine.html"> 58.8 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="9 / 9">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-ChannelDefs-pm--subroutine.html"> 100.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
0.0
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c0" title="58 / 140">
|
|
41.4
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/usr/share/automake-1.15/Automake/Channels.pm">
|
|
<td align="left">
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Channels-pm.html"> /usr/share/automake-1.15/Automake/Channels.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="102 / 183">
|
|
|
|
|
|
55.7
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="14 / 68">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Channels-pm--branch.html"> 20.5 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="0 / 23">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Channels-pm--condition.html"> 0.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c1" title="29 / 38">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Channels-pm--subroutine.html"> 76.3 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="14 / 14">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Channels-pm--subroutine.html"> 100.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
0.1
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c0" title="159 / 326">
|
|
48.7
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/usr/share/automake-1.15/Automake/Condition.pm">
|
|
<td align="left">
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Condition-pm.html"> /usr/share/automake-1.15/Automake/Condition.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="101 / 142">
|
|
|
|
|
|
71.1
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="25 / 58">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Condition-pm--branch.html"> 43.1 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="11 / 18">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Condition-pm--condition.html"> 61.1 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c1" title="21 / 27">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Condition-pm--subroutine.html"> 77.7 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="18 / 18">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Condition-pm--subroutine.html"> 100.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
0.1
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c0" title="176 / 263">
|
|
66.9
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/usr/share/automake-1.15/Automake/Config.pm">
|
|
<td align="left">
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Config-pm.html"> /usr/share/automake-1.15/Automake/Config.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="8 / 8">
|
|
|
|
|
|
100.0
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="3 / 3">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Config-pm--subroutine.html"> 100.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
0.0
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c3" title="11 / 11">
|
|
100.0
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/usr/share/automake-1.15/Automake/Configure_ac.pm">
|
|
<td align="left">
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Configure_ac-pm.html"> /usr/share/automake-1.15/Automake/Configure_ac.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c1" title="26 / 31">
|
|
|
|
|
|
83.8
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="2 / 6">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Configure_ac-pm--branch.html"> 33.3 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="1 / 2">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Configure_ac-pm--condition.html"> 50.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="8 / 8">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Configure_ac-pm--subroutine.html"> 100.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="2 / 2">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Configure_ac-pm--subroutine.html"> 100.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
0.0
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c1" title="39 / 49">
|
|
79.5
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/usr/share/automake-1.15/Automake/DisjConditions.pm">
|
|
<td align="left">
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-DisjConditions-pm.html"> /usr/share/automake-1.15/Automake/DisjConditions.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="68 / 96">
|
|
|
|
|
|
70.8
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="13 / 30">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-DisjConditions-pm--branch.html"> 43.3 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c1" title="15 / 20">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-DisjConditions-pm--subroutine.html"> 75.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="13 / 13">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-DisjConditions-pm--subroutine.html"> 100.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
0.1
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c0" title="109 / 159">
|
|
68.5
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/usr/share/automake-1.15/Automake/FileUtils.pm">
|
|
<td align="left">
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-FileUtils-pm.html"> /usr/share/automake-1.15/Automake/FileUtils.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="57 / 126">
|
|
|
|
|
|
45.2
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="7 / 60">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-FileUtils-pm--branch.html"> 11.6 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="1 / 11">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-FileUtils-pm--condition.html"> 9.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="16 / 25">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-FileUtils-pm--subroutine.html"> 64.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="12 / 12">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-FileUtils-pm--subroutine.html"> 100.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
0.1
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c0" title="93 / 234">
|
|
39.7
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/usr/share/automake-1.15/Automake/General.pm">
|
|
<td align="left">
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-General-pm.html"> /usr/share/automake-1.15/Automake/General.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c1" title="25 / 28">
|
|
|
|
|
|
89.2
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c1" title="5 / 6">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-General-pm--branch.html"> 83.3 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="8 / 8">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-General-pm--subroutine.html"> 100.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="0 / 1">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-General-pm--subroutine.html"> 0.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
0.0
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c1" title="38 / 43">
|
|
88.3
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/usr/share/automake-1.15/Automake/Getopt.pm">
|
|
<td align="left">
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Getopt-pm.html"> /usr/share/automake-1.15/Automake/Getopt.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c1" title="27 / 36">
|
|
|
|
|
|
75.0
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="2 / 12">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Getopt-pm--branch.html"> 16.6 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="1 / 3">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Getopt-pm--condition.html"> 33.3 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="9 / 9">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Getopt-pm--subroutine.html"> 100.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="1 / 1">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Getopt-pm--subroutine.html"> 100.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
0.0
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c0" title="40 / 61">
|
|
65.5
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/usr/share/automake-1.15/Automake/Item.pm">
|
|
<td align="left">
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Item-pm.html"> /usr/share/automake-1.15/Automake/Item.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="35 / 35">
|
|
|
|
|
|
100.0
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="2 / 4">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Item-pm--branch.html"> 50.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="2 / 3">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Item-pm--condition.html"> 66.6 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="12 / 12">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Item-pm--subroutine.html"> 100.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="7 / 7">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Item-pm--subroutine.html"> 100.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
0.1
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c2" title="58 / 61">
|
|
95.0
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/usr/share/automake-1.15/Automake/ItemDef.pm">
|
|
<td align="left">
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-ItemDef-pm.html"> /usr/share/automake-1.15/Automake/ItemDef.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="18 / 18">
|
|
|
|
|
|
100.0
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="7 / 7">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-ItemDef-pm--subroutine.html"> 100.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="4 / 4">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-ItemDef-pm--subroutine.html"> 100.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
0.0
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c3" title="29 / 29">
|
|
100.0
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/usr/share/automake-1.15/Automake/Language.pm">
|
|
<td align="left">
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Language-pm.html"> /usr/share/automake-1.15/Automake/Language.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c1" title="12 / 15">
|
|
|
|
|
|
80.0
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="2 / 4">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Language-pm--branch.html"> 50.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="5 / 5">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Language-pm--subroutine.html"> 100.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="0 / 2">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Language-pm--subroutine.html"> 0.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
0.0
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c0" title="19 / 26">
|
|
73.0
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/usr/share/automake-1.15/Automake/Location.pm">
|
|
<td align="left">
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Location-pm.html"> /usr/share/automake-1.15/Automake/Location.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="31 / 54">
|
|
|
|
|
|
57.4
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="0 / 4">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Location-pm--condition.html"> 0.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="8 / 11">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Location-pm--subroutine.html"> 72.7 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="10 / 10">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Location-pm--subroutine.html"> 100.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
0.0
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c0" title="49 / 79">
|
|
62.0
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/usr/share/automake-1.15/Automake/Options.pm">
|
|
<td align="left">
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Options-pm.html"> /usr/share/automake-1.15/Automake/Options.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="84 / 127">
|
|
|
|
|
|
66.1
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="23 / 48">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Options-pm--branch.html"> 47.9 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="5 / 15">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Options-pm--condition.html"> 33.3 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c1" title="24 / 30">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Options-pm--subroutine.html"> 80.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="10 / 10">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Options-pm--subroutine.html"> 100.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
0.0
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c0" title="146 / 230">
|
|
63.4
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/usr/share/automake-1.15/Automake/Rule.pm">
|
|
<td align="left">
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Rule-pm.html"> /usr/share/automake-1.15/Automake/Rule.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="134 / 186">
|
|
|
|
|
|
72.0
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="38 / 74">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Rule-pm--branch.html"> 51.3 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="16 / 35">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Rule-pm--condition.html"> 45.7 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c1" title="28 / 37">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Rule-pm--subroutine.html"> 75.6 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="18 / 18">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Rule-pm--subroutine.html"> 100.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
0.1
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c0" title="234 / 350">
|
|
66.8
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/usr/share/automake-1.15/Automake/RuleDef.pm">
|
|
<td align="left">
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-RuleDef-pm.html"> /usr/share/automake-1.15/Automake/RuleDef.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c2" title="30 / 32">
|
|
|
|
|
|
93.7
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c2" title="10 / 11">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-RuleDef-pm--subroutine.html"> 90.9 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="3 / 3">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-RuleDef-pm--subroutine.html"> 100.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
0.0
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c2" title="43 / 46">
|
|
93.4
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/usr/share/automake-1.15/Automake/VarDef.pm">
|
|
<td align="left">
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-VarDef-pm.html"> /usr/share/automake-1.15/Automake/VarDef.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c1" title="68 / 84">
|
|
|
|
|
|
80.9
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="4 / 12">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-VarDef-pm--branch.html"> 33.3 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="2 / 3">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-VarDef-pm--condition.html"> 66.6 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c2" title="21 / 23">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-VarDef-pm--subroutine.html"> 91.3 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="10 / 10">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-VarDef-pm--subroutine.html"> 100.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
0.0
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c1" title="105 / 132">
|
|
79.5
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/usr/share/automake-1.15/Automake/Variable.pm">
|
|
<td align="left">
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Variable-pm.html"> /usr/share/automake-1.15/Automake/Variable.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="309 / 418">
|
|
|
|
|
|
73.9
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="101 / 186">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Variable-pm--branch.html"> 54.3 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="30 / 62">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Variable-pm--condition.html"> 48.3 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c1" title="50 / 56">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Variable-pm--subroutine.html"> 89.2 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="29 / 29">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Variable-pm--subroutine.html"> 100.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
0.3
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c0" title="519 / 751">
|
|
69.1
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/usr/share/automake-1.15/Automake/Version.pm">
|
|
<td align="left">
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Version-pm.html"> /usr/share/automake-1.15/Automake/Version.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c1" title="25 / 31">
|
|
|
|
|
|
80.6
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="8 / 18">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Version-pm--branch.html"> 44.4 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="5 / 12">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Version-pm--condition.html"> 41.6 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="6 / 6">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Version-pm--subroutine.html"> 100.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="3 / 3">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Version-pm--subroutine.html"> 100.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
0.0
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c0" title="47 / 70">
|
|
67.1
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/usr/share/automake-1.15/Automake/Wrap.pm">
|
|
<td align="left">
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Wrap-pm.html"> /usr/share/automake-1.15/Automake/Wrap.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="35 / 35">
|
|
|
|
|
|
100.0
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c1" title="8 / 10">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Wrap-pm--branch.html"> 80.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="3 / 6">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Wrap-pm--condition.html"> 50.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="6 / 6">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Wrap-pm--subroutine.html"> 100.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="2 / 2">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-Wrap-pm--subroutine.html"> 100.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
0.0
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c2" title="54 / 59">
|
|
91.5
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="/usr/share/automake-1.15/Automake/XFile.pm">
|
|
<td align="left">
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-XFile-pm.html"> /usr/share/automake-1.15/Automake/XFile.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="46 / 71">
|
|
|
|
|
|
64.7
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="7 / 24">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-XFile-pm--branch.html"> 29.1 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="5 / 17">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-XFile-pm--condition.html"> 29.4 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="14 / 19">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-XFile-pm--subroutine.html"> 73.6 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="9 / 9">
|
|
|
|
|
|
<a href="-usr-share-automake-1-15-Automake-XFile-pm--subroutine.html"> 100.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
12.3
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c0" title="81 / 140">
|
|
57.8
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="05-pod.t">
|
|
<td align="left">
|
|
|
|
<a href="05-pod-t.html"> 05-pod.t </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="18 / 18">
|
|
|
|
|
|
100.0
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="5 / 5">
|
|
|
|
|
|
<a href="05-pod-t--subroutine.html"> 100.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
0.0
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c3" title="23 / 23">
|
|
100.0
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="06-pod-coverage.t">
|
|
<td align="left">
|
|
|
|
<a href="06-pod-coverage-t.html"> 06-pod-coverage.t </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="24 / 24">
|
|
|
|
|
|
100.0
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="1 / 2">
|
|
|
|
|
|
<a href="06-pod-coverage-t--branch.html"> 50.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="7 / 7">
|
|
|
|
|
|
<a href="06-pod-coverage-t--subroutine.html"> 100.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
0.0
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c2" title="32 / 33">
|
|
96.9
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="07-commands.t">
|
|
<td align="left">
|
|
|
|
<a href="07-commands-t.html"> 07-commands.t </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c2" title="97 / 107">
|
|
|
|
|
|
90.6
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="4 / 10">
|
|
|
|
|
|
<a href="07-commands-t--branch.html"> 40.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="2 / 2">
|
|
|
|
|
|
<a href="07-commands-t--condition.html"> 100.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="9 / 9">
|
|
|
|
|
|
<a href="07-commands-t--subroutine.html"> 100.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
4.2
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c1" title="112 / 128">
|
|
87.5
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="data/tests/lib/testdistribution.pm">
|
|
<td align="left">
|
|
|
|
<a href="data-tests-lib-testdistribution-pm.html"> data/tests/lib/testdistribution.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
<td class="" title="">
|
|
n/a
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="data/tests/tests/assert_screen_fail_test.pm">
|
|
<td align="left">
|
|
|
|
<a href="data-tests-tests-assert_screen_fail_test-pm.html"> data/tests/tests/assert_screen_fail_test.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
<td class="" title="">
|
|
n/a
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="data/tests/tests/boot.pm">
|
|
<td align="left">
|
|
|
|
<a href="data-tests-tests-boot-pm.html"> data/tests/tests/boot.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
<td class="" title="">
|
|
n/a
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="data/tests/tests/modify_and_upload_file.pm">
|
|
<td align="left">
|
|
|
|
<a href="data-tests-tests-modify_and_upload_file-pm.html"> data/tests/tests/modify_and_upload_file.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
<td class="" title="">
|
|
n/a
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="data/tests/tests/reload_needles.pm">
|
|
<td align="left">
|
|
|
|
<a href="data-tests-tests-reload_needles-pm.html"> data/tests/tests/reload_needles.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
<td class="" title="">
|
|
n/a
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="data/tests/tests/select_console_fail_test.pm">
|
|
<td align="left">
|
|
|
|
<a href="data-tests-tests-select_console_fail_test-pm.html"> data/tests/tests/select_console_fail_test.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
<td class="" title="">
|
|
n/a
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="data/tests/tests/shutdown.pm">
|
|
<td align="left">
|
|
|
|
<a href="data-tests-tests-shutdown-pm.html"> data/tests/tests/shutdown.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
<td class="" title="">
|
|
n/a
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="data/tests/tests/typing.pm">
|
|
<td align="left">
|
|
|
|
<a href="data-tests-tests-typing-pm.html"> data/tests/tests/typing.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
<td class="" title="">
|
|
n/a
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="fake/tests/fatal.pm">
|
|
<td align="left">
|
|
|
|
<a href="fake-tests-fatal-pm.html"> fake/tests/fatal.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c2" title="9 / 10">
|
|
|
|
|
|
90.0
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="3 / 5">
|
|
|
|
|
|
<a href="fake-tests-fatal-pm--subroutine.html"> 60.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="2 / 2">
|
|
|
|
|
|
<a href="fake-tests-fatal-pm--subroutine.html"> 100.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
0.0
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c1" title="14 / 17">
|
|
82.3
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="fake/tests/ignore_failure.pm">
|
|
<td align="left">
|
|
|
|
<a href="fake-tests-ignore_failure-pm.html"> fake/tests/ignore_failure.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c2" title="9 / 10">
|
|
|
|
|
|
90.0
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c0" title="3 / 5">
|
|
|
|
|
|
<a href="fake-tests-ignore_failure-pm--subroutine.html"> 60.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="2 / 2">
|
|
|
|
|
|
<a href="fake-tests-ignore_failure-pm--subroutine.html"> 100.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
0.0
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c1" title="14 / 17">
|
|
82.3
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="fake/tests/run_args.pm">
|
|
<td align="left">
|
|
|
|
<a href="fake-tests-run_args-pm.html"> fake/tests/run_args.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
<td class="" title="">
|
|
n/a
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
<tr align="center" valign="top" class="fake/tests/start.pm">
|
|
<td align="left">
|
|
|
|
<a href="fake-tests-start-pm.html"> fake/tests/start.pm </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="9 / 9">
|
|
|
|
|
|
100.0
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
n/a
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c1" title="3 / 4">
|
|
|
|
|
|
<a href="fake-tests-start-pm--subroutine.html"> 75.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="c3" title="1 / 1">
|
|
|
|
|
|
<a href="fake-tests-start-pm--subroutine.html"> 100.0 </a>
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
|
|
|
|
|
0.0
|
|
|
|
</td>
|
|
|
|
|
|
<td class="c2" title="13 / 14">
|
|
92.8
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
</tbody>
|
|
</table>
|
|
|
|
</body>
|
|
</html>
|
|
|