321 |
copies <var>SOURCE-DIRECTORY</var> to <var>DESTINATION-DIRECTORY</var> |
copies <var>SOURCE-DIRECTORY</var> to <var>DESTINATION-DIRECTORY</var> |
322 |
recursively, but does not instrument any JavaScript code in |
recursively, but does not instrument any JavaScript code in |
323 |
<var>SOURCE-DIRECTORY</var>/<var>PATH</var>. <var>PATH</var> must be a complete |
<var>SOURCE-DIRECTORY</var>/<var>PATH</var>. <var>PATH</var> must be a complete |
324 |
path relative to <var>SOURCE-DIRECTORY</var> <var>PATH</var> can be a |
path relative to <var>SOURCE-DIRECTORY</var>. <var>PATH</var> can be a |
325 |
(JavaScript) file or a directory (in which case any JavaScript files located |
(JavaScript) file or a directory (in which case any JavaScript files located |
326 |
anywhere underneath the directory are not instrumented). This option may be |
anywhere underneath the directory are not instrumented). This option may be |
327 |
given multiple times. |
given multiple times. |
344 |
<dt><code>m=<var>BOOLEAN</var></code>, <code>missing=<var>BOOLEAN</var></code> |
<dt><code>m=<var>BOOLEAN</var></code>, <code>missing=<var>BOOLEAN</var></code> |
345 |
<dd>Determines whether to initially display the "Missing" column in the "Summary" |
<dd>Determines whether to initially display the "Missing" column in the "Summary" |
346 |
tab. <var>BOOLEAN</var> can be |
tab. <var>BOOLEAN</var> can be |
347 |
<code>true</code>, <code>t</code>, <code>yes</code>, <code>y</code> <code>on</code>, <code>1</code> |
<code>true</code>, <code>t</code>, <code>yes</code>, <code>y</code>, <code>on</code>, <code>1</code> |
348 |
(to display the "Missing" column), or |
(to display the "Missing" column), or |
349 |
<code>false</code>, <code>f</code>, <code>no</code>, <code>n</code>, <code>off</code>, <code>0</code> |
<code>false</code>, <code>f</code>, <code>no</code>, <code>n</code>, <code>off</code>, <code>0</code> |
350 |
(to hide the "Missing" column). By default, the "Missing" column is not displayed. |
(to hide the "Missing" column). By default, the "Missing" column is not displayed. |